#CA82CB

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

Shades of Orchid #CA82CB

Tints of Orchid #CA82CB

Color information

#CA82CB (or 0xCA82CB) is unknown color: approx Orchid. HEX triplet: CA, 82 and CB. RGB value is (202,130,203). Sum of RGB (Red+Green+Blue) = 202+130+203=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA82CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82CB is #357D34. Grayscale: #9F9F9F. Windows color (decimal): -3505461 or 13337290. OLE color: 13337290.

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

Color convert

RGB202130203-
CMYK0.000.3600.20
HSL299.18º41.24%65.29%-
HSV(B)299.18º35.96%79.61%-
XYZ43.1232.8360.56-
YUV159.85152.35158.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 130 (51.17% from 255) = 24.30%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=37.76%
G=24.30%
B=37.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021302030.000.3600.20299.1841.2465.29
HexCA82CB02401412b2941
Octal31220231304402445351101
Binary11001010100000101100101101001000101001001010111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82CB; }

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

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

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

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

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

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

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

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