Html Css Color HEX #C76ED2 Orchid

📋 copy color: '#C76ED2'

red 199 ◦ green 110 ◦ blue 210

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

Shades of Orchid #C76ED2

Tints of Orchid #C76ED2

RGB

 RED value IS 199 (78.13% from 255) = 38.34%

 GREEN value IS 110 (43.36% from 255) = 21.19%

 BLUE value IS 210 (82.42% from 255) = 40.46%

R = 38.34%
G = 21.19%
B = 40.46%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C76ED2 (or 0xC76ED2) is known color: Orchid. HEX triplet: C7, 6E and D2. RGB value is (199,110,210). Sum of RGB (Red+Green+Blue) = 199+110+210=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #C76ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ED2 is #38912D. Grayscale: #939393. Windows color (decimal): -3707182 or 13790919. OLE color: 13790919.

HSL color Cylindrical-coordinate representation of color #C76ED2: hue angle of 293.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76ED2 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 110 210 -
CMYK 0.05 0.48 0 0.18
HSL 293.4º 0.53% 0.63% -
HSV(B) 293.4º 0.48% 0.82% -
XYZ 40.76 27.95 64.22 -
YUV 148.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 199 110 210 0.05 0.48 0 0.18 293.4 0.53 0.63
Hex C7 6E D2 5 30 0 12 125 35 3F
Octal 307 156 322 5 60 0 22 445 65 77
Binary 11000111 1101110 11010010 101 110000 0 10010 100100101 110101 111111

Color Harmonies of #C76ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76ED2

Black with #C76ED2

Text Example


Text Example

White with #C76ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76ED2; }

 p { color: rgb(199,110,210); }

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

background-color css

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

 a { background-color: rgb(199,110,210); }

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

border-color css

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

 span { border-color: rgb(199,110,210); }

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