Html Css Color HEX #CA7ED6 Orchid

📋 copy color: '#CA7ED6'

red 202 ◦ green 126 ◦ blue 214

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

Shades of Orchid #CA7ED6

Tints of Orchid #CA7ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.48%

R = 37.27%
G = 23.25%
B = 39.48%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA7ED6 (or 0xCA7ED6) is known color: Orchid. HEX triplet: CA, 7E and D6. RGB value is (202,126,214). Sum of RGB (Red+Green+Blue) = 202+126+214=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA7ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ED6 is #358129. Grayscale: #9E9E9E. Windows color (decimal): -3506474 or 14057162. OLE color: 14057162.

HSL color Cylindrical-coordinate representation of color #CA7ED6: hue angle of 291.82º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA7ED6 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 126 214 -
CMYK 0.06 0.41 0 0.16
HSL 291.82º 0.52% 0.67% -
HSV(B) 291.82º 0.41% 0.84% -
XYZ 43.96 32.33 67.54 -
YUV 158.76 159.18 158.84 -
System Red Green Blue C M Y K H S L
Decimal 202 126 214 0.06 0.41 0 0.16 291.82 0.52 0.67
Hex CA 7E D6 6 29 0 10 124 34 43
Octal 312 176 326 6 51 0 20 444 64 103
Binary 11001010 1111110 11010110 110 101001 0 10000 100100100 110100 1000011

Color Harmonies of #CA7ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7ED6

Black with #CA7ED6

Text Example


Text Example

White with #CA7ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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