Html Css Color HEX #CA6DCD Orchid

📋 copy color: '#CA6DCD'

red 202 ◦ green 109 ◦ blue 205

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

Shades of Orchid #CA6DCD

Tints of Orchid #CA6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 39.15%
G = 21.12%
B = 39.73%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA6DCD (or 0xCA6DCD) is known color: Orchid. HEX triplet: CA, 6D and CD. RGB value is (202,109,205). Sum of RGB (Red+Green+Blue) = 202+109+205=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DCD is #359232. Grayscale: #939393. Windows color (decimal): -3510835 or 13462986. OLE color: 13462986.

HSL color Cylindrical-coordinate representation of color #CA6DCD: hue angle of 298.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6DCD is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 109 205 -
CMYK 0.01 0.47 0 0.20
HSL 298.13º 0.49% 0.62% -
HSV(B) 298.13º 0.47% 0.8% -
XYZ 40.85 27.9 60.99 -
YUV 147.75 160.31 166.69 -
System Red Green Blue C M Y K H S L
Decimal 202 109 205 0.01 0.47 0 0.20 298.13 0.49 0.62
Hex CA 6D CD 1 2F 0 14 12A 31 3E
Octal 312 155 315 1 57 0 24 452 61 76
Binary 11001010 1101101 11001101 1 101111 0 10100 100101010 110001 111110

Color Harmonies of #CA6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DCD

Black with #CA6DCD

Text Example


Text Example

White with #CA6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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