Html Css Color HEX #CA7EDC Orchid

📋 copy color: '#CA7EDC'

red 202 ◦ green 126 ◦ blue 220

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

Shades of Orchid #CA7EDC

Tints of Orchid #CA7EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 36.86%
G = 22.99%
B = 40.15%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA7EDC (or 0xCA7EDC) is known color: Orchid. HEX triplet: CA, 7E and DC. RGB value is (202,126,220). Sum of RGB (Red+Green+Blue) = 202+126+220=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA7EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EDC is #358123. Grayscale: #9F9F9F. Windows color (decimal): -3506468 or 14450378. OLE color: 14450378.

HSL color Cylindrical-coordinate representation of color #CA7EDC: hue angle of 288.51º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7EDC is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 126 220 -
CMYK 0.08 0.43 0 0.14
HSL 288.51º 0.57% 0.68% -
HSV(B) 288.51º 0.43% 0.86% -
XYZ 44.74 32.65 71.65 -
YUV 159.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 202 126 220 0.08 0.43 0 0.14 288.51 0.57 0.68
Hex CA 7E DC 8 2B 0 E 121 39 44
Octal 312 176 334 10 53 0 16 441 71 104
Binary 11001010 1111110 11011100 1000 101011 0 1110 100100001 111001 1000100

Color Harmonies of #CA7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7EDC

Black with #CA7EDC

Text Example


Text Example

White with #CA7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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