Html Css Color HEX #CA7ECC Orchid

📋 copy color: '#CA7ECC'

red 202 ◦ green 126 ◦ blue 204

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

Shades of Orchid #CA7ECC

Tints of Orchid #CA7ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.68%

 BLUE value IS 204 (80.08% from 255) = 38.35%

R = 37.97%
G = 23.68%
B = 38.35%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA7ECC (or 0xCA7ECC) is known color: Orchid. HEX triplet: CA, 7E and CC. RGB value is (202,126,204). Sum of RGB (Red+Green+Blue) = 202+126+204=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA7ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ECC is #358133. Grayscale: #9D9D9D. Windows color (decimal): -3506484 or 13401802. OLE color: 13401802.

HSL color Cylindrical-coordinate representation of color #CA7ECC: hue angle of 298.46º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7ECC is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 126 204 -
CMYK 0.01 0.38 0 0.2
HSL 298.46º 0.43% 0.65% -
HSV(B) 298.46º 0.38% 0.8% -
XYZ 42.72 31.84 61.02 -
YUV 157.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 202 126 204 0.01 0.38 0 0.2 298.46 0.43 0.65
Hex CA 7E CC 1 26 0 14 12A 2B 41
Octal 312 176 314 1 46 0 24 452 53 101
Binary 11001010 1111110 11001100 1 100110 0 10100 100101010 101011 1000001

Color Harmonies of #CA7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7ECC

Black with #CA7ECC

Text Example


Text Example

White with #CA7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7ECC; }

 p { color: rgb(202,126,204); }

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

background-color css

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

 a { background-color: rgb(202,126,204); }

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

border-color css

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

 span { border-color: rgb(202,126,204); }

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