Html Css Color HEX #C061DF Medium Orchid

📋 copy color: '#C061DF'

red 192 ◦ green 97 ◦ blue 223

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

Shades of Medium Orchid #C061DF

Tints of Medium Orchid #C061DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.95%

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

R = 37.5%
G = 18.95%
B = 43.55%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C061DF (or 0xC061DF) is known color: Medium Orchid. HEX triplet: C0, 61 and DF. RGB value is (192,97,223). Sum of RGB (Red+Green+Blue) = 192+97+223=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #C061DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061DF is #3F9E20. Grayscale: #8B8B8B. Windows color (decimal): -4169249 or 14639552. OLE color: 14639552.

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

Color convert

RGB 192 97 223 -
CMYK 0.14 0.57 0 0.13
HSL 285.24º 0.66% 0.63% -
HSV(B) 285.24º 0.57% 0.87% -
XYZ 39.33 25.08 72.58 -
YUV 139.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 192 97 223 0.14 0.57 0 0.13 285.24 0.66 0.63
Hex C0 61 DF E 39 0 D 11D 42 3F
Octal 300 141 337 16 71 0 15 435 102 77
Binary 11000000 1100001 11011111 1110 111001 0 1101 100011101 1000010 111111

Color Harmonies of #C061DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061DF

Black with #C061DF

Text Example


Text Example

White with #C061DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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