Html Css Color HEX #C76ED3 Orchid

📋 copy color: '#C76ED3'

red 199 ◦ green 110 ◦ blue 211

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

Shades of Orchid #C76ED3

Tints of Orchid #C76ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.58%

R = 38.27%
G = 21.15%
B = 40.58%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C76ED3 (or 0xC76ED3) is known color: Orchid. HEX triplet: C7, 6E and D3. RGB value is (199,110,211). Sum of RGB (Red+Green+Blue) = 199+110+211=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 211 - color contains mainly: blue. Hex color #C76ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ED3 is #38912C. Grayscale: #939393. Windows color (decimal): -3707181 or 13856455. OLE color: 13856455.

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

Color convert

RGB 199 110 211 -
CMYK 0.06 0.48 0 0.17
HSL 292.87º 0.53% 0.63% -
HSV(B) 292.87º 0.48% 0.83% -
XYZ 40.89 28 64.88 -
YUV 148.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 199 110 211 0.06 0.48 0 0.17 292.87 0.53 0.63
Hex C7 6E D3 6 30 0 11 125 35 3F
Octal 307 156 323 6 60 0 21 445 65 77
Binary 11000111 1101110 11010011 110 110000 0 10001 100100101 110101 111111

Color Harmonies of #C76ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76ED3

Black with #C76ED3

Text Example


Text Example

White with #C76ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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