Html Css Color HEX #CA6ECE Orchid

📋 copy color: '#CA6ECE'

red 202 ◦ green 110 ◦ blue 206

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

Shades of Orchid #CA6ECE

Tints of Orchid #CA6ECE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.24%

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

R = 39%
G = 21.24%
B = 39.77%

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

#CA6ECE (or 0xCA6ECE) is known color: Orchid. HEX triplet: CA, 6E and CE. RGB value is (202,110,206). Sum of RGB (Red+Green+Blue) = 202+110+206=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA6ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ECE is #359131. Grayscale: #949494. Windows color (decimal): -3510578 or 13528778. OLE color: 13528778.

HSL color Cylindrical-coordinate representation of color #CA6ECE: hue angle of 297.5º degrees, saturation: 0.49, 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 #CA6ECE is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 110 206 -
CMYK 0.02 0.47 0 0.19
HSL 297.5º 0.49% 0.62% -
HSV(B) 297.5º 0.47% 0.81% -
XYZ 41.07 28.16 61.66 -
YUV 148.45 160.48 166.19 -
System Red Green Blue C M Y K H S L
Decimal 202 110 206 0.02 0.47 0 0.19 297.5 0.49 0.62
Hex CA 6E CE 2 2F 0 13 12A 31 3E
Octal 312 156 316 2 57 0 23 452 61 76
Binary 11001010 1101110 11001110 10 101111 0 10011 100101010 110001 111110

Color Harmonies of #CA6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6ECE

Black with #CA6ECE

Text Example


Text Example

White with #CA6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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