Html Css Color HEX #CA6DD6 Orchid

📋 copy color: '#CA6DD6'

red 202 ◦ green 109 ◦ blue 214

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

Shades of Orchid #CA6DD6

Tints of Orchid #CA6DD6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.76%

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

R = 38.48%
G = 20.76%
B = 40.76%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA6DD6 (or 0xCA6DD6) is known color: Orchid. HEX triplet: CA, 6D and D6. RGB value is (202,109,214). Sum of RGB (Red+Green+Blue) = 202+109+214=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA6DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DD6 is #359229. Grayscale: #949494. Windows color (decimal): -3510826 or 14052810. OLE color: 14052810.

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

Color convert

RGB 202 109 214 -
CMYK 0.06 0.49 0 0.16
HSL 293.14º 0.56% 0.63% -
HSV(B) 293.14º 0.49% 0.84% -
XYZ 41.96 28.35 66.88 -
YUV 148.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 202 109 214 0.06 0.49 0 0.16 293.14 0.56 0.63
Hex CA 6D D6 6 31 0 10 125 38 3F
Octal 312 155 326 6 61 0 20 445 70 77
Binary 11001010 1101101 11010110 110 110001 0 10000 100100101 111000 111111

Color Harmonies of #CA6DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DD6

Black with #CA6DD6

Text Example


Text Example

White with #CA6DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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