Html Css Color HEX #CA7ED9 Orchid

📋 copy color: '#CA7ED9'

red 202 ◦ green 126 ◦ blue 217

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

Shades of Orchid #CA7ED9

Tints of Orchid #CA7ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.82%

R = 37.06%
G = 23.12%
B = 39.82%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA7ED9 (or 0xCA7ED9) is known color: Orchid. HEX triplet: CA, 7E and D9. RGB value is (202,126,217). Sum of RGB (Red+Green+Blue) = 202+126+217=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA7ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ED9 is #358126. Grayscale: #9E9E9E. Windows color (decimal): -3506471 or 14253770. OLE color: 14253770.

HSL color Cylindrical-coordinate representation of color #CA7ED9: hue angle of 290.11º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7ED9 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 126 217 -
CMYK 0.07 0.42 0 0.15
HSL 290.11º 0.54% 0.67% -
HSV(B) 290.11º 0.42% 0.85% -
XYZ 44.34 32.49 69.58 -
YUV 159.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 202 126 217 0.07 0.42 0 0.15 290.11 0.54 0.67
Hex CA 7E D9 7 2A 0 F 122 36 43
Octal 312 176 331 7 52 0 17 442 66 103
Binary 11001010 1111110 11011001 111 101010 0 1111 100100010 110110 1000011

Color Harmonies of #CA7ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7ED9

Black with #CA7ED9

Text Example


Text Example

White with #CA7ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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