Html Css Color HEX #C060E4 Medium Orchid

📋 copy color: '#C060E4'

red 192 ◦ green 96 ◦ blue 228

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

Shades of Medium Orchid #C060E4

Tints of Medium Orchid #C060E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.19%

R = 37.21%
G = 18.6%
B = 44.19%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C060E4 (or 0xC060E4) is known color: Medium Orchid. HEX triplet: C0, 60 and E4. RGB value is (192,96,228). Sum of RGB (Red+Green+Blue) = 192+96+228=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #C060E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060E4 is #3F9F1B. Grayscale: #8B8B8B. Windows color (decimal): -4169500 or 14966976. OLE color: 14966976.

HSL color Cylindrical-coordinate representation of color #C060E4: hue angle of 283.64º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C060E4 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 96 228 -
CMYK 0.16 0.58 0 0.11
HSL 283.64º 0.71% 0.64% -
HSV(B) 283.64º 0.58% 0.89% -
XYZ 39.92 25.17 76.15 -
YUV 139.75 177.8 165.27 -
System Red Green Blue C M Y K H S L
Decimal 192 96 228 0.16 0.58 0 0.11 283.64 0.71 0.64
Hex C0 60 E4 10 3A 0 B 11C 47 40
Octal 300 140 344 20 72 0 13 434 107 100
Binary 11000000 1100000 11100100 10000 111010 0 1011 100011100 1000111 1000000

Color Harmonies of #C060E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060E4

Black with #C060E4

Text Example


Text Example

White with #C060E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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