Html Css Color HEX #CA6DCE Orchid

📋 copy color: '#CA6DCE'

red 202 ◦ green 109 ◦ blue 206

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

Shades of Orchid #CA6DCE

Tints of Orchid #CA6DCE

RGB

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

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

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

R = 39.07%
G = 21.08%
B = 39.85%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA6DCE (or 0xCA6DCE) is known color: Orchid. HEX triplet: CA, 6D and CE. RGB value is (202,109,206). Sum of RGB (Red+Green+Blue) = 202+109+206=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA6DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DCE is #359231. Grayscale: #939393. Windows color (decimal): -3510834 or 13528522. OLE color: 13528522.

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

Color convert

RGB 202 109 206 -
CMYK 0.02 0.47 0 0.19
HSL 297.53º 0.5% 0.62% -
HSV(B) 297.53º 0.47% 0.81% -
XYZ 40.97 27.95 61.63 -
YUV 147.87 160.81 166.61 -
System Red Green Blue C M Y K H S L
Decimal 202 109 206 0.02 0.47 0 0.19 297.53 0.5 0.62
Hex CA 6D CE 2 2F 0 13 12A 32 3E
Octal 312 155 316 2 57 0 23 452 62 76
Binary 11001010 1101101 11001110 10 101111 0 10011 100101010 110010 111110

Color Harmonies of #CA6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DCE

Black with #CA6DCE

Text Example


Text Example

White with #CA6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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