Html Css Color HEX #CA7ACE Orchid

📋 copy color: '#CA7ACE'

red 202 ◦ green 122 ◦ blue 206

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

Shades of Orchid #CA7ACE

Tints of Orchid #CA7ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.02%

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

R = 38.11%
G = 23.02%
B = 38.87%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA7ACE (or 0xCA7ACE) is known color: Orchid. HEX triplet: CA, 7A and CE. RGB value is (202,122,206). Sum of RGB (Red+Green+Blue) = 202+122+206=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ACE is #358531. Grayscale: #9B9B9B. Windows color (decimal): -3507506 or 13531850. OLE color: 13531850.

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

Color convert

RGB 202 122 206 -
CMYK 0.02 0.41 0 0.19
HSL 297.14º 0.46% 0.64% -
HSV(B) 297.14º 0.41% 0.81% -
XYZ 42.46 30.93 62.13 -
YUV 155.5 156.5 161.17 -
System Red Green Blue C M Y K H S L
Decimal 202 122 206 0.02 0.41 0 0.19 297.14 0.46 0.64
Hex CA 7A CE 2 29 0 13 129 2E 40
Octal 312 172 316 2 51 0 23 451 56 100
Binary 11001010 1111010 11001110 10 101001 0 10011 100101001 101110 1000000

Color Harmonies of #CA7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7ACE

Black with #CA7ACE

Text Example


Text Example

White with #CA7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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