Html Css Color HEX #C76BDE Medium Orchid

📋 copy color: '#C76BDE'

red 199 ◦ green 107 ◦ blue 222

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

Shades of Medium Orchid #C76BDE

Tints of Medium Orchid #C76BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.27%

 BLUE value IS 222 (87.11% from 255) = 42.05%

R = 37.69%
G = 20.27%
B = 42.05%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C76BDE (or 0xC76BDE) is known color: Medium Orchid. HEX triplet: C7, 6B and DE. RGB value is (199,107,222). Sum of RGB (Red+Green+Blue) = 199+107+222=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #C76BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BDE is #389421. Grayscale: #939393. Windows color (decimal): -3707938 or 14576583. OLE color: 14576583.

HSL color Cylindrical-coordinate representation of color #C76BDE: hue angle of 288º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76BDE is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 107 222 -
CMYK 0.10 0.52 0 0.13
HSL 288º 0.64% 0.65% -
HSV(B) 288º 0.52% 0.87% -
XYZ 42 27.93 72.29 -
YUV 147.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 199 107 222 0.10 0.52 0 0.13 288 0.64 0.65
Hex C7 6B DE A 34 0 D 120 40 41
Octal 307 153 336 12 64 0 15 440 100 101
Binary 11000111 1101011 11011110 1010 110100 0 1101 100100000 1000000 1000001

Color Harmonies of #C76BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BDE

Black with #C76BDE

Text Example


Text Example

White with #C76BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BDE; }

 p { color: rgb(199,107,222); }

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

background-color css

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

 a { background-color: rgb(199,107,222); }

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

border-color css

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

 span { border-color: rgb(199,107,222); }

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