Html Css Color HEX #C055EF Medium Orchid

📋 copy color: '#C055EF'

red 192 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #C055EF

Tints of Medium Orchid #C055EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.47%

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

R = 37.21%
G = 16.47%
B = 46.32%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C055EF (or 0xC055EF) is known color: Medium Orchid. HEX triplet: C0, 55 and EF. RGB value is (192,85,239). Sum of RGB (Red+Green+Blue) = 192+85+239=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #C055EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C055EF is #3FAA10. Grayscale: #868686. Windows color (decimal): -4172305 or 15685056. OLE color: 15685056.

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

Color convert

RGB 192 85 239 -
CMYK 0.20 0.64 0 0.06
HSL 281.69º 0.83% 0.64% -
HSV(B) 281.69º 0.64% 0.94% -
XYZ 40.57 23.94 84.14 -
YUV 134.55 186.95 168.98 -
System Red Green Blue C M Y K H S L
Decimal 192 85 239 0.20 0.64 0 0.06 281.69 0.83 0.64
Hex C0 55 EF 14 40 0 6 11A 53 40
Octal 300 125 357 24 100 0 6 432 123 100
Binary 11000000 1010101 11101111 10100 1000000 0 110 100011010 1010011 1000000

Color Harmonies of #C055EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055EF

Black with #C055EF

Text Example


Text Example

White with #C055EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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