Html Css Color HEX #C76DDF Medium Orchid

📋 copy color: '#C76DDF'

red 199 ◦ green 109 ◦ blue 223

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

Shades of Medium Orchid #C76DDF

Tints of Medium Orchid #C76DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42%

R = 37.48%
G = 20.53%
B = 42%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C76DDF (or 0xC76DDF) is known color: Medium Orchid. HEX triplet: C7, 6D and DF. RGB value is (199,109,223). Sum of RGB (Red+Green+Blue) = 199+109+223=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #C76DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DDF is #389220. Grayscale: #949494. Windows color (decimal): -3707425 or 14642631. OLE color: 14642631.

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

Color convert

RGB 199 109 223 -
CMYK 0.11 0.51 0 0.13
HSL 287.37º 0.64% 0.65% -
HSV(B) 287.37º 0.51% 0.87% -
XYZ 42.34 28.41 73.06 -
YUV 148.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 199 109 223 0.11 0.51 0 0.13 287.37 0.64 0.65
Hex C7 6D DF B 33 0 D 11F 40 41
Octal 307 155 337 13 63 0 15 437 100 101
Binary 11000111 1101101 11011111 1011 110011 0 1101 100011111 1000000 1000001

Color Harmonies of #C76DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76DDF

Black with #C76DDF

Text Example


Text Example

White with #C76DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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