Html Css Color HEX #CA82CE Orchid

📋 copy color: '#CA82CE'

red 202 ◦ green 130 ◦ blue 206

#CA82CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CA82CE

Tints of Orchid #CA82CE

RGB

 RED value IS 202 (79.3% from 255) = 37.55%

 GREEN value IS 130 (51.17% from 255) = 24.16%

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 37.55%
G = 24.16%
B = 38.29%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA82CE (or 0xCA82CE) is known color: Orchid. HEX triplet: CA, 82 and CE. RGB value is (202,130,206). Sum of RGB (Red+Green+Blue) = 202+130+206=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA82CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82CE is #357D31. Grayscale: #9F9F9F. Windows color (decimal): -3505458 or 13533898. OLE color: 13533898.

HSL color Cylindrical-coordinate representation of color #CA82CE: hue angle of 296.84º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA82CE is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 130 206 -
CMYK 0.02 0.37 0 0.19
HSL 296.84º 0.44% 0.66% -
HSV(B) 296.84º 0.37% 0.81% -
XYZ 43.48 32.98 62.47 -
YUV 160.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 202 130 206 0.02 0.37 0 0.19 296.84 0.44 0.66
Hex CA 82 CE 2 25 0 13 129 2C 42
Octal 312 202 316 2 45 0 23 451 54 102
Binary 11001010 10000010 11001110 10 100101 0 10011 100101001 101100 1000010

Color Harmonies of #CA82CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA82CE

Black with #CA82CE

Text Example


Text Example

White with #CA82CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA82CE; }

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

 H1.HeaderClassName
 {
   color: #CA82CE;
 }
 .AnyTagClassName
 {
   color: #CA82CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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