#CA75CB

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

Shades of Orchid #CA75CB

Tints of Orchid #CA75CB

Color information

#CA75CB (or 0xCA75CB) is unknown color: approx Orchid. HEX triplet: CA, 75 and CB. RGB value is (202,117,203). Sum of RGB (Red+Green+Blue) = 202+117+203=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA75CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75CB is #358A34. Grayscale: #979797. Windows color (decimal): -3508789 or 13333962. OLE color: 13333962.

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

Color convert

RGB202117203-
CMYK0.000.4200.20
HSL299.3º45.26%62.75%-
HSV(B)299.3º42.36%79.61%-
XYZ41.529.5960.02-
YUV152.22156.66163.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 117 (46.09% from 255) = 22.41%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=38.70%
G=22.41%
B=38.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021172030.000.4200.20299.345.2662.75
HexCA75CB02A01412b2d3f
Octal3121653130520244535577
Binary110010101110101110010110101010010100100101011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75CB; }

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

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

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

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

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

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

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

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