Html Css Color HEX #CA6CD2 Orchid

📋 copy color: '#CA6CD2'

red 202 ◦ green 108 ◦ blue 210

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

Shades of Orchid #CA6CD2

Tints of Orchid #CA6CD2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.77%

 BLUE value IS 210 (82.42% from 255) = 40.38%

R = 38.85%
G = 20.77%
B = 40.38%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA6CD2 (or 0xCA6CD2) is known color: Orchid. HEX triplet: CA, 6C and D2. RGB value is (202,108,210). Sum of RGB (Red+Green+Blue) = 202+108+210=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA6CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CD2 is #35932D. Grayscale: #939393. Windows color (decimal): -3511086 or 13790410. OLE color: 13790410.

HSL color Cylindrical-coordinate representation of color #CA6CD2: hue angle of 295.29º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6CD2 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 108 210 -
CMYK 0.04 0.49 0 0.18
HSL 295.29º 0.53% 0.62% -
HSV(B) 295.29º 0.49% 0.82% -
XYZ 41.35 27.93 64.19 -
YUV 147.73 163.14 166.71 -
System Red Green Blue C M Y K H S L
Decimal 202 108 210 0.04 0.49 0 0.18 295.29 0.53 0.62
Hex CA 6C D2 4 31 0 12 127 35 3E
Octal 312 154 322 4 61 0 22 447 65 76
Binary 11001010 1101100 11010010 100 110001 0 10010 100100111 110101 111110

Color Harmonies of #CA6CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CD2

Black with #CA6CD2

Text Example


Text Example

White with #CA6CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CD2; }

 p { color: rgb(202,108,210); }

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

background-color css

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

 a { background-color: rgb(202,108,210); }

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

border-color css

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

 span { border-color: rgb(202,108,210); }

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