Html Css Color HEX #C05AEB Medium Orchid

📋 copy color: '#C05AEB'

red 192 ◦ green 90 ◦ blue 235

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

Shades of Medium Orchid #C05AEB

Tints of Medium Orchid #C05AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 37.14%
G = 17.41%
B = 45.45%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C05AEB (or 0xC05AEB) is known color: Medium Orchid. HEX triplet: C0, 5A and EB. RGB value is (192,90,235). Sum of RGB (Red+Green+Blue) = 192+90+235=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #C05AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05AEB is #3FA514. Grayscale: #888888. Windows color (decimal): -4171029 or 15424192. OLE color: 15424192.

HSL color Cylindrical-coordinate representation of color #C05AEB: hue angle of 282.21º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C05AEB is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 90 235 -
CMYK 0.18 0.62 0 0.08
HSL 282.21º 0.78% 0.64% -
HSV(B) 282.21º 0.62% 0.92% -
XYZ 40.39 24.52 81.2 -
YUV 137.03 183.29 167.21 -
System Red Green Blue C M Y K H S L
Decimal 192 90 235 0.18 0.62 0 0.08 282.21 0.78 0.64
Hex C0 5A EB 12 3E 0 8 11A 4E 40
Octal 300 132 353 22 76 0 10 432 116 100
Binary 11000000 1011010 11101011 10010 111110 0 1000 100011010 1001110 1000000

Color Harmonies of #C05AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AEB

Black with #C05AEB

Text Example


Text Example

White with #C05AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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