Html Css Color HEX #CA6ECF Orchid

📋 copy color: '#CA6ECF'

red 202 ◦ green 110 ◦ blue 207

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

Shades of Orchid #CA6ECF

Tints of Orchid #CA6ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 38.92%
G = 21.19%
B = 39.88%

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

#CA6ECF (or 0xCA6ECF) is known color: Orchid. HEX triplet: CA, 6E and CF. RGB value is (202,110,207). Sum of RGB (Red+Green+Blue) = 202+110+207=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA6ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ECF is #359130. Grayscale: #949494. Windows color (decimal): -3510577 or 13594314. OLE color: 13594314.

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

Color convert

RGB 202 110 207 -
CMYK 0.02 0.47 0 0.19
HSL 296.91º 0.5% 0.62% -
HSV(B) 296.91º 0.47% 0.81% -
XYZ 41.2 28.21 62.31 -
YUV 148.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 202 110 207 0.02 0.47 0 0.19 296.91 0.5 0.62
Hex CA 6E CF 2 2F 0 13 129 32 3E
Octal 312 156 317 2 57 0 23 451 62 76
Binary 11001010 1101110 11001111 10 101111 0 10011 100101001 110010 111110

Color Harmonies of #CA6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6ECF

Black with #CA6ECF

Text Example


Text Example

White with #CA6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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