Html Css Color HEX #C76EDE Orchid

📋 copy color: '#C76EDE'

red 199 ◦ green 110 ◦ blue 222

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

Shades of Orchid #C76EDE

Tints of Orchid #C76EDE

RGB

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

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

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

R = 37.48%
G = 20.72%
B = 41.81%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C76EDE (or 0xC76EDE) is known color: Orchid. HEX triplet: C7, 6E and DE. RGB value is (199,110,222). Sum of RGB (Red+Green+Blue) = 199+110+222=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #C76EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EDE is #389121. Grayscale: #959595. Windows color (decimal): -3707170 or 14577351. OLE color: 14577351.

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

Color convert

RGB 199 110 222 -
CMYK 0.10 0.50 0 0.13
HSL 287.68º 0.63% 0.65% -
HSV(B) 287.68º 0.5% 0.87% -
XYZ 42.31 28.57 72.39 -
YUV 149.38 168.99 163.39 -
System Red Green Blue C M Y K H S L
Decimal 199 110 222 0.10 0.50 0 0.13 287.68 0.63 0.65
Hex C7 6E DE A 32 0 D 120 3F 41
Octal 307 156 336 12 62 0 15 440 77 101
Binary 11000111 1101110 11011110 1010 110010 0 1101 100100000 111111 1000001

Color Harmonies of #C76EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76EDE

Black with #C76EDE

Text Example


Text Example

White with #C76EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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