Html Css Color HEX #C061CE Medium Orchid

📋 copy color: '#C061CE'

red 192 ◦ green 97 ◦ blue 206

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

Shades of Medium Orchid #C061CE

Tints of Medium Orchid #C061CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 38.79%
G = 19.6%
B = 41.62%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C061CE (or 0xC061CE) is known color: Medium Orchid. HEX triplet: C0, 61 and CE. RGB value is (192,97,206). Sum of RGB (Red+Green+Blue) = 192+97+206=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #C061CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061CE is #3F9E31. Grayscale: #898989. Windows color (decimal): -4169266 or 13525440. OLE color: 13525440.

HSL color Cylindrical-coordinate representation of color #C061CE: hue angle of 292.29º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C061CE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 97 206 -
CMYK 0.07 0.53 0 0.19
HSL 292.29º 0.53% 0.59% -
HSV(B) 292.29º 0.53% 0.81% -
XYZ 37.15 24.21 61.11 -
YUV 137.83 166.47 166.64 -
System Red Green Blue C M Y K H S L
Decimal 192 97 206 0.07 0.53 0 0.19 292.29 0.53 0.59
Hex C0 61 CE 7 35 0 13 124 35 3B
Octal 300 141 316 7 65 0 23 444 65 73
Binary 11000000 1100001 11001110 111 110101 0 10011 100100100 110101 111011

Color Harmonies of #C061CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061CE

Black with #C061CE

Text Example


Text Example

White with #C061CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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