#CA75BC

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

Shades of Orchid #CA75BC

Tints of Orchid #CA75BC

Color information

#CA75BC (or 0xCA75BC) is unknown color: approx Orchid. HEX triplet: CA, 75 and BC. RGB value is (202,117,188). Sum of RGB (Red+Green+Blue) = 202+117+188=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75BC is #358A43. Grayscale: #969696. Windows color (decimal): -3508804 or 12350922. OLE color: 12350922.

HSL color Cylindrical-coordinate representation of color #CA75BC: hue angle of 309.88º 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 #CA75BC is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202117188-
CMYK00.420.070.21
HSL309.88º44.5%62.55%-
HSV(B)309.88º42.08%79.22%-
XYZ39.828.9151.06-
YUV150.51149.16164.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 117 (46.09% from 255) = 23.08%
BLUE value IS 188 (73.83% from 255) = 37.08%
R=39.84%
G=23.08%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211718800.420.070.21309.8844.562.55
HexCA75BC02A7151362d3f
Octal3121652740527254665577
Binary11001010111010110111100010101011110101100110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75BC; }

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

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

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

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

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

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

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

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