Html Css Color HEX #C76DE4 Medium Orchid

📋 copy color: '#C76DE4'

red 199 ◦ green 109 ◦ blue 228

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

Shades of Medium Orchid #C76DE4

Tints of Medium Orchid #C76DE4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.34%

 BLUE value IS 228 (89.45% from 255) = 42.54%

R = 37.13%
G = 20.34%
B = 42.54%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C76DE4 (or 0xC76DE4) is known color: Medium Orchid. HEX triplet: C7, 6D and E4. RGB value is (199,109,228). Sum of RGB (Red+Green+Blue) = 199+109+228=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 228 - color contains mainly: blue. Hex color #C76DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DE4 is #38921B. Grayscale: #959595. Windows color (decimal): -3707420 or 14970311. OLE color: 14970311.

HSL color Cylindrical-coordinate representation of color #C76DE4: hue angle of 285.38º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76DE4 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 199 109 228 -
CMYK 0.13 0.52 0 0.11
HSL 285.38º 0.69% 0.66% -
HSV(B) 285.38º 0.52% 0.89% -
XYZ 43.03 28.68 76.67 -
YUV 149.48 172.32 163.32 -
System Red Green Blue C M Y K H S L
Decimal 199 109 228 0.13 0.52 0 0.11 285.38 0.69 0.66
Hex C7 6D E4 D 34 0 B 11D 45 42
Octal 307 155 344 15 64 0 13 435 105 102
Binary 11000111 1101101 11100100 1101 110100 0 1011 100011101 1000101 1000010

Color Harmonies of #C76DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76DE4

Black with #C76DE4

Text Example


Text Example

White with #C76DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76DE4; }

 p { color: rgb(199,109,228); }

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

background-color css

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

 a { background-color: rgb(199,109,228); }

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

border-color css

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

 span { border-color: rgb(199,109,228); }

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