#CA75B4

Color #CA75B4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CA75B4

Tints of Orchid #CA75B4

Color information

#CA75B4 (or 0xCA75B4) is unknown color: approx Orchid. HEX triplet: CA, 75 and B4. RGB value is (202,117,180). Sum of RGB (Red+Green+Blue) = 202+117+180=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75B4 is #358A4B. Grayscale: #959595. Windows color (decimal): -3508812 or 11826634. OLE color: 11826634.

HSL color Cylindrical-coordinate representation of color #CA75B4: hue angle of 315.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA75B4 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB202117180-
CMYK00.420.110.21
HSL315.53º44.5%62.55%-
HSV(B)315.53º42.08%79.22%-
XYZ38.9628.5746.64-
YUV149.6145.16165.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 117 (46.09% from 255) = 23.45%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=40.48%
G=23.45%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211718000.420.110.21315.5344.562.55
HexCA75B402AB1513c2d3f
Octal31216526405213254745577
Binary110010101110101101101000101010101110101100111100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75B4; }

 p { color: rgb(202,117,180); }

 H1.HeaderClassName
 {
   color: #CA75B4;
 }
 .AnyTagClassName
 {
   color: #CA75B4;
 }
</style>
background-color css

<style>
 a { background-color: #CA75B4; }

 a { background-color: rgb(202,117,180); }

 div.DivClassName
 {
   background-color: #CA75B4;
 }
 .BgClassName
 {
   background-color: #CA75B4;
 }
</style>
border-color css

<style>
 span { border-color: #CA75B4; }

 span { border-color: rgb(202,117,180); }

 td.TdClassName
 {
   border-color: #CA75B4;
 }
 .TagClassName
 {
   border-color: #CA75B4;
 }
</style>