#CA75BB

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

Shades of Orchid #CA75BB

Tints of Orchid #CA75BB

Color information

#CA75BB (or 0xCA75BB) is unknown color: approx Orchid. HEX triplet: CA, 75 and BB. RGB value is (202,117,187). Sum of RGB (Red+Green+Blue) = 202+117+187=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75BB is #358A44. Grayscale: #969696. Windows color (decimal): -3508805 or 12285386. OLE color: 12285386.

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

Color convert

RGB202117187-
CMYK00.420.070.21
HSL310.59º44.5%62.55%-
HSV(B)310.59º42.08%79.22%-
XYZ39.6928.8750.49-
YUV150.4148.66164.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 117 (46.09% from 255) = 23.12%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=39.92%
G=23.12%
B=36.96%

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
Decimal20211718700.420.070.21310.5944.562.55
HexCA75BB02A7151372d3f
Octal3121652730527254675577
Binary11001010111010110111011010101011110101100110111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75BB; }

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

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

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

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

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

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

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

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