Html Css Color HEX #C061DD Medium Orchid

📋 copy color: '#C061DD'

red 192 ◦ green 97 ◦ blue 221

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

Shades of Medium Orchid #C061DD

Tints of Medium Orchid #C061DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 37.65%
G = 19.02%
B = 43.33%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C061DD (or 0xC061DD) is known color: Medium Orchid. HEX triplet: C0, 61 and DD. RGB value is (192,97,221). Sum of RGB (Red+Green+Blue) = 192+97+221=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #C061DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061DD is #3F9E22. Grayscale: #8B8B8B. Windows color (decimal): -4169251 or 14508480. OLE color: 14508480.

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

Color convert

RGB 192 97 221 -
CMYK 0.13 0.56 0 0.13
HSL 285.97º 0.65% 0.62% -
HSV(B) 285.97º 0.56% 0.87% -
XYZ 39.06 24.98 71.17 -
YUV 139.54 173.97 165.42 -
System Red Green Blue C M Y K H S L
Decimal 192 97 221 0.13 0.56 0 0.13 285.97 0.65 0.62
Hex C0 61 DD D 38 0 D 11E 41 3E
Octal 300 141 335 15 70 0 15 436 101 76
Binary 11000000 1100001 11011101 1101 111000 0 1101 100011110 1000001 111110

Color Harmonies of #C061DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061DD

Black with #C061DD

Text Example


Text Example

White with #C061DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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