Html Css Color HEX #CA6ACE Orchid

📋 copy color: '#CA6ACE'

red 202 ◦ green 106 ◦ blue 206

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

Shades of Orchid #CA6ACE

Tints of Orchid #CA6ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.62%

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

R = 39.3%
G = 20.62%
B = 40.08%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA6ACE (or 0xCA6ACE) is known color: Orchid. HEX triplet: CA, 6A and CE. RGB value is (202,106,206). Sum of RGB (Red+Green+Blue) = 202+106+206=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA6ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ACE is #359531. Grayscale: #919191. Windows color (decimal): -3511602 or 13527754. OLE color: 13527754.

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

Color convert

RGB 202 106 206 -
CMYK 0.02 0.49 0 0.19
HSL 297.6º 0.51% 0.61% -
HSV(B) 297.6º 0.49% 0.81% -
XYZ 40.65 27.32 61.52 -
YUV 146.1 161.8 167.87 -
System Red Green Blue C M Y K H S L
Decimal 202 106 206 0.02 0.49 0 0.19 297.6 0.51 0.61
Hex CA 6A CE 2 31 0 13 12A 33 3D
Octal 312 152 316 2 61 0 23 452 63 75
Binary 11001010 1101010 11001110 10 110001 0 10011 100101010 110011 111101

Color Harmonies of #CA6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6ACE

Black with #CA6ACE

Text Example


Text Example

White with #CA6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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