Html Css Color HEX #C76CDF Medium Orchid

📋 copy color: '#C76CDF'

red 199 ◦ green 108 ◦ blue 223

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

Shades of Medium Orchid #C76CDF

Tints of Medium Orchid #C76CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.38%

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

R = 37.55%
G = 20.38%
B = 42.08%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C76CDF (or 0xC76CDF) is known color: Medium Orchid. HEX triplet: C7, 6C and DF. RGB value is (199,108,223). Sum of RGB (Red+Green+Blue) = 199+108+223=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #C76CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CDF is #389320. Grayscale: #939393. Windows color (decimal): -3707681 or 14642375. OLE color: 14642375.

HSL color Cylindrical-coordinate representation of color #C76CDF: hue angle of 287.48º 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 #C76CDF is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 108 223 -
CMYK 0.11 0.52 0 0.13
HSL 287.48º 0.64% 0.65% -
HSV(B) 287.48º 0.52% 0.87% -
XYZ 42.24 28.19 73.03 -
YUV 148.32 170.15 164.15 -
System Red Green Blue C M Y K H S L
Decimal 199 108 223 0.11 0.52 0 0.13 287.48 0.64 0.65
Hex C7 6C DF B 34 0 D 11F 40 41
Octal 307 154 337 13 64 0 15 437 100 101
Binary 11000111 1101100 11011111 1011 110100 0 1101 100011111 1000000 1000001

Color Harmonies of #C76CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76CDF

Black with #C76CDF

Text Example


Text Example

White with #C76CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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