Html Css Color HEX #CA6AD6 Orchid

📋 copy color: '#CA6AD6'

red 202 ◦ green 106 ◦ blue 214

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

Shades of Orchid #CA6AD6

Tints of Orchid #CA6AD6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.31%

 BLUE value IS 214 (83.98% from 255) = 41%

R = 38.7%
G = 20.31%
B = 41%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA6AD6 (or 0xCA6AD6) is known color: Orchid. HEX triplet: CA, 6A and D6. RGB value is (202,106,214). Sum of RGB (Red+Green+Blue) = 202+106+214=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA6AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6AD6 is #359529. Grayscale: #929292. Windows color (decimal): -3511594 or 14052042. OLE color: 14052042.

HSL color Cylindrical-coordinate representation of color #CA6AD6: hue angle of 293.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6AD6 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 106 214 -
CMYK 0.06 0.50 0 0.16
HSL 293.33º 0.57% 0.63% -
HSV(B) 293.33º 0.5% 0.84% -
XYZ 41.65 27.72 66.77 -
YUV 147.02 165.8 167.22 -
System Red Green Blue C M Y K H S L
Decimal 202 106 214 0.06 0.50 0 0.16 293.33 0.57 0.63
Hex CA 6A D6 6 32 0 10 125 39 3F
Octal 312 152 326 6 62 0 20 445 71 77
Binary 11001010 1101010 11010110 110 110010 0 10000 100100101 111001 111111

Color Harmonies of #CA6AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6AD6

Black with #CA6AD6

Text Example


Text Example

White with #CA6AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6AD6; }

 p { color: rgb(202,106,214); }

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

background-color css

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

 a { background-color: rgb(202,106,214); }

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

border-color css

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

 span { border-color: rgb(202,106,214); }

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