Html Css Color HEX #C060EF Medium Orchid

📋 copy color: '#C060EF'

red 192 ◦ green 96 ◦ blue 239

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

Shades of Medium Orchid #C060EF

Tints of Medium Orchid #C060EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 36.43%
G = 18.22%
B = 45.35%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C060EF (or 0xC060EF) is known color: Medium Orchid. HEX triplet: C0, 60 and EF. RGB value is (192,96,239). Sum of RGB (Red+Green+Blue) = 192+96+239=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #C060EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C060EF is #3F9F10. Grayscale: #8C8C8C. Windows color (decimal): -4169489 or 15687872. OLE color: 15687872.

HSL color Cylindrical-coordinate representation of color #C060EF: hue angle of 280.28º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C060EF is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 96 239 -
CMYK 0.20 0.60 0 0.06
HSL 280.28º 0.82% 0.66% -
HSV(B) 280.28º 0.6% 0.94% -
XYZ 41.5 25.8 84.45 -
YUV 141.01 183.3 164.37 -
System Red Green Blue C M Y K H S L
Decimal 192 96 239 0.20 0.60 0 0.06 280.28 0.82 0.66
Hex C0 60 EF 14 3C 0 6 118 52 42
Octal 300 140 357 24 74 0 6 430 122 102
Binary 11000000 1100000 11101111 10100 111100 0 110 100011000 1010010 1000010

Color Harmonies of #C060EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060EF

Black with #C060EF

Text Example


Text Example

White with #C060EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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