Html Css Color HEX #C05AE9 Medium Orchid

📋 copy color: '#C05AE9'

red 192 ◦ green 90 ◦ blue 233

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

Shades of Medium Orchid #C05AE9

Tints of Medium Orchid #C05AE9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.48%

 BLUE value IS 233 (91.41% from 255) = 45.24%

R = 37.28%
G = 17.48%
B = 45.24%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C05AE9 (or 0xC05AE9) is known color: Medium Orchid. HEX triplet: C0, 5A and E9. RGB value is (192,90,233). Sum of RGB (Red+Green+Blue) = 192+90+233=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #C05AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05AE9 is #3FA516. Grayscale: #888888. Windows color (decimal): -4171031 or 15293120. OLE color: 15293120.

HSL color Cylindrical-coordinate representation of color #C05AE9: hue angle of 282.8º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C05AE9 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 90 233 -
CMYK 0.18 0.61 0 0.09
HSL 282.8º 0.76% 0.63% -
HSV(B) 282.8º 0.61% 0.91% -
XYZ 40.1 24.4 79.69 -
YUV 136.8 182.29 167.37 -
System Red Green Blue C M Y K H S L
Decimal 192 90 233 0.18 0.61 0 0.09 282.8 0.76 0.63
Hex C0 5A E9 12 3D 0 9 11B 4C 3F
Octal 300 132 351 22 75 0 11 433 114 77
Binary 11000000 1011010 11101001 10010 111101 0 1001 100011011 1001100 111111

Color Harmonies of #C05AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AE9

Black with #C05AE9

Text Example


Text Example

White with #C05AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AE9; }

 p { color: rgb(192,90,233); }

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

background-color css

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

 a { background-color: rgb(192,90,233); }

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

border-color css

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

 span { border-color: rgb(192,90,233); }

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