Html Css Color HEX #C060CE Medium Orchid

📋 copy color: '#C060CE'

red 192 ◦ green 96 ◦ blue 206

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

Shades of Medium Orchid #C060CE

Tints of Medium Orchid #C060CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.43%

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

R = 38.87%
G = 19.43%
B = 41.7%

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

#C060CE (or 0xC060CE) is known color: Medium Orchid. HEX triplet: C0, 60 and CE. RGB value is (192,96,206). Sum of RGB (Red+Green+Blue) = 192+96+206=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #C060CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060CE is #3F9F31. Grayscale: #888888. Windows color (decimal): -4169522 or 13525184. OLE color: 13525184.

HSL color Cylindrical-coordinate representation of color #C060CE: hue angle of 292.36º 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 #C060CE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 96 206 -
CMYK 0.07 0.53 0 0.19
HSL 292.36º 0.53% 0.59% -
HSV(B) 292.36º 0.53% 0.81% -
XYZ 37.06 24.03 61.08 -
YUV 137.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 192 96 206 0.07 0.53 0 0.19 292.36 0.53 0.59
Hex C0 60 CE 7 35 0 13 124 35 3B
Octal 300 140 316 7 65 0 23 444 65 73
Binary 11000000 1100000 11001110 111 110101 0 10011 100100100 110101 111011

Color Harmonies of #C060CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060CE

Black with #C060CE

Text Example


Text Example

White with #C060CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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