Html Css Color HEX #C05AED Medium Orchid

📋 copy color: '#C05AED'

red 192 ◦ green 90 ◦ blue 237

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

Shades of Medium Orchid #C05AED

Tints of Medium Orchid #C05AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 36.99%
G = 17.34%
B = 45.66%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C05AED (or 0xC05AED) is known color: Medium Orchid. HEX triplet: C0, 5A and ED. RGB value is (192,90,237). Sum of RGB (Red+Green+Blue) = 192+90+237=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #C05AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05AED is #3FA512. Grayscale: #888888. Windows color (decimal): -4171027 or 15555264. OLE color: 15555264.

HSL color Cylindrical-coordinate representation of color #C05AED: hue angle of 281.63º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C05AED is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 90 237 -
CMYK 0.19 0.62 0 0.07
HSL 281.63º 0.8% 0.64% -
HSV(B) 281.63º 0.62% 0.93% -
XYZ 40.68 24.63 82.73 -
YUV 137.26 184.29 167.05 -
System Red Green Blue C M Y K H S L
Decimal 192 90 237 0.19 0.62 0 0.07 281.63 0.8 0.64
Hex C0 5A ED 13 3E 0 7 11A 50 40
Octal 300 132 355 23 76 0 7 432 120 100
Binary 11000000 1011010 11101101 10011 111110 0 111 100011010 1010000 1000000

Color Harmonies of #C05AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AED

Black with #C05AED

Text Example


Text Example

White with #C05AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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