Html Css Color HEX #C05BE4 Medium Orchid

📋 copy color: '#C05BE4'

red 192 ◦ green 91 ◦ blue 228

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

Shades of Medium Orchid #C05BE4

Tints of Medium Orchid #C05BE4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.81%

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

R = 37.57%
G = 17.81%
B = 44.62%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C05BE4 (or 0xC05BE4) is known color: Medium Orchid. HEX triplet: C0, 5B and E4. RGB value is (192,91,228). Sum of RGB (Red+Green+Blue) = 192+91+228=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 228 - color contains mainly: blue. Hex color #C05BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BE4 is #3FA41B. Grayscale: #888888. Windows color (decimal): -4170780 or 14965696. OLE color: 14965696.

HSL color Cylindrical-coordinate representation of color #C05BE4: hue angle of 284.23º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C05BE4 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 91 228 -
CMYK 0.16 0.60 0 0.11
HSL 284.23º 0.72% 0.63% -
HSV(B) 284.23º 0.6% 0.89% -
XYZ 39.48 24.29 76.01 -
YUV 136.82 179.46 167.36 -
System Red Green Blue C M Y K H S L
Decimal 192 91 228 0.16 0.60 0 0.11 284.23 0.72 0.63
Hex C0 5B E4 10 3C 0 B 11C 48 3F
Octal 300 133 344 20 74 0 13 434 110 77
Binary 11000000 1011011 11100100 10000 111100 0 1011 100011100 1001000 111111

Color Harmonies of #C05BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BE4

Black with #C05BE4

Text Example


Text Example

White with #C05BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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