Html Css Color HEX #C05BEF Medium Orchid

📋 copy color: '#C05BEF'

red 192 ◦ green 91 ◦ blue 239

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

Shades of Medium Orchid #C05BEF

Tints of Medium Orchid #C05BEF

RGB

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

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

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

R = 36.78%
G = 17.43%
B = 45.79%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C05BEF (or 0xC05BEF) is known color: Medium Orchid. HEX triplet: C0, 5B and EF. RGB value is (192,91,239). Sum of RGB (Red+Green+Blue) = 192+91+239=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #C05BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05BEF is #3FA410. Grayscale: #898989. Windows color (decimal): -4170769 or 15686592. OLE color: 15686592.

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

Color convert

RGB 192 91 239 -
CMYK 0.20 0.62 0 0.06
HSL 280.95º 0.82% 0.65% -
HSV(B) 280.95º 0.62% 0.94% -
XYZ 41.06 24.92 84.31 -
YUV 138.07 184.96 166.47 -
System Red Green Blue C M Y K H S L
Decimal 192 91 239 0.20 0.62 0 0.06 280.95 0.82 0.65
Hex C0 5B EF 14 3E 0 6 119 52 41
Octal 300 133 357 24 76 0 6 431 122 101
Binary 11000000 1011011 11101111 10100 111110 0 110 100011001 1010010 1000001

Color Harmonies of #C05BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BEF

Black with #C05BEF

Text Example


Text Example

White with #C05BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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