Html Css Color HEX #C077DF Medium Orchid

📋 copy color: '#C077DF'

red 192 ◦ green 119 ◦ blue 223

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

Shades of Medium Orchid #C077DF

Tints of Medium Orchid #C077DF

RGB

 RED value IS 192 (75.39% from 255) = 35.96%

 GREEN value IS 119 (46.88% from 255) = 22.28%

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

R = 35.96%
G = 22.28%
B = 41.76%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C077DF (or 0xC077DF) is known color: Medium Orchid. HEX triplet: C0, 77 and DF. RGB value is (192,119,223). Sum of RGB (Red+Green+Blue) = 192+119+223=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #C077DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077DF is #3F8820. Grayscale: #989898. Windows color (decimal): -4163617 or 14645184. OLE color: 14645184.

HSL color Cylindrical-coordinate representation of color #C077DF: hue angle of 282.12º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C077DF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 119 223 -
CMYK 0.14 0.47 0 0.13
HSL 282.12º 0.62% 0.67% -
HSV(B) 282.12º 0.47% 0.87% -
XYZ 41.65 29.73 73.35 -
YUV 152.68 167.68 156.04 -
System Red Green Blue C M Y K H S L
Decimal 192 119 223 0.14 0.47 0 0.13 282.12 0.62 0.67
Hex C0 77 DF E 2F 0 D 11A 3E 43
Octal 300 167 337 16 57 0 15 432 76 103
Binary 11000000 1110111 11011111 1110 101111 0 1101 100011010 111110 1000011

Color Harmonies of #C077DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077DF

Black with #C077DF

Text Example


Text Example

White with #C077DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077DF; }

 p { color: rgb(192,119,223); }

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

background-color css

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

 a { background-color: rgb(192,119,223); }

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

border-color css

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

 span { border-color: rgb(192,119,223); }

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