Html Css Color HEX #C277DF Medium Orchid

📋 copy color: '#C277DF'

red 194 ◦ green 119 ◦ blue 223

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

Shades of Medium Orchid #C277DF

Tints of Medium Orchid #C277DF

RGB

 RED value IS 194 (76.17% from 255) = 36.19%

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

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

R = 36.19%
G = 22.2%
B = 41.6%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C277DF (or 0xC277DF) is known color: Medium Orchid. HEX triplet: C2, 77 and DF. RGB value is (194,119,223). Sum of RGB (Red+Green+Blue) = 194+119+223=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #C277DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277DF is #3D8820. Grayscale: #989898. Windows color (decimal): -4032545 or 14645186. OLE color: 14645186.

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

Color convert

RGB 194 119 223 -
CMYK 0.13 0.47 0 0.13
HSL 283.27º 0.62% 0.67% -
HSV(B) 283.27º 0.47% 0.87% -
XYZ 42.16 29.99 73.38 -
YUV 153.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 194 119 223 0.13 0.47 0 0.13 283.27 0.62 0.67
Hex C2 77 DF D 2F 0 D 11B 3E 43
Octal 302 167 337 15 57 0 15 433 76 103
Binary 11000010 1110111 11011111 1101 101111 0 1101 100011011 111110 1000011

Color Harmonies of #C277DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277DF

Black with #C277DF

Text Example


Text Example

White with #C277DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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