Html Css Color HEX #CA6EC0 Orchid

📋 copy color: '#CA6EC0'

red 202 ◦ green 110 ◦ blue 192

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

Shades of Orchid #CA6EC0

Tints of Orchid #CA6EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 40.08%
G = 21.83%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA6EC0 (or 0xCA6EC0) is known color: Orchid. HEX triplet: CA, 6E and C0. RGB value is (202,110,192). Sum of RGB (Red+Green+Blue) = 202+110+192=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EC0 is #35913F. Grayscale: #929292. Windows color (decimal): -3510592 or 12611274. OLE color: 12611274.

HSL color Cylindrical-coordinate representation of color #CA6EC0: hue angle of 306.52º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6EC0 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 110 192 -
CMYK 0 0.46 0.05 0.21
HSL 306.52º 0.46% 0.61% -
HSV(B) 306.52º 0.46% 0.79% -
XYZ 39.45 27.51 53.1 -
YUV 146.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 202 110 192 0 0.46 0.05 0.21 306.52 0.46 0.61
Hex CA 6E C0 0 2E 5 15 133 2E 3D
Octal 312 156 300 0 56 5 25 463 56 75
Binary 11001010 1101110 11000000 0 101110 101 10101 100110011 101110 111101

Color Harmonies of #CA6EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6EC0

Black with #CA6EC0

Text Example


Text Example

White with #CA6EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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