Html Css Color HEX #C05AEA Medium Orchid

📋 copy color: '#C05AEA'

red 192 ◦ green 90 ◦ blue 234

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

Shades of Medium Orchid #C05AEA

Tints of Medium Orchid #C05AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.35%

R = 37.21%
G = 17.44%
B = 45.35%

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

#C05AEA (or 0xC05AEA) is known color: Medium Orchid. HEX triplet: C0, 5A and EA. RGB value is (192,90,234). Sum of RGB (Red+Green+Blue) = 192+90+234=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #C05AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05AEA is #3FA515. Grayscale: #888888. Windows color (decimal): -4171030 or 15358656. OLE color: 15358656.

HSL color Cylindrical-coordinate representation of color #C05AEA: hue angle of 282.5º degrees, saturation: 0.77, 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 #C05AEA is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 90 234 -
CMYK 0.18 0.62 0 0.08
HSL 282.5º 0.77% 0.64% -
HSV(B) 282.5º 0.62% 0.92% -
XYZ 40.25 24.46 80.44 -
YUV 136.91 182.79 167.29 -
System Red Green Blue C M Y K H S L
Decimal 192 90 234 0.18 0.62 0 0.08 282.5 0.77 0.64
Hex C0 5A EA 12 3E 0 8 11A 4D 40
Octal 300 132 352 22 76 0 10 432 115 100
Binary 11000000 1011010 11101010 10010 111110 0 1000 100011010 1001101 1000000

Color Harmonies of #C05AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AEA

Black with #C05AEA

Text Example


Text Example

White with #C05AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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