Html Css Color HEX #C03DEA Medium Orchid

📋 copy color: '#C03DEA'

red 192 ◦ green 61 ◦ blue 234

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

Shades of Medium Orchid #C03DEA

Tints of Medium Orchid #C03DEA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.53%

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

R = 39.43%
G = 12.53%
B = 48.05%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C03DEA (or 0xC03DEA) is known color: Medium Orchid. HEX triplet: C0, 3D and EA. RGB value is (192,61,234). Sum of RGB (Red+Green+Blue) = 192+61+234=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #C03DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03DEA is #3FC215. Grayscale: #777777. Windows color (decimal): -4178454 or 15351232. OLE color: 15351232.

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

Color convert

RGB 192 61 234 -
CMYK 0.18 0.74 0 0.08
HSL 285.43º 0.8% 0.58% -
HSV(B) 285.43º 0.74% 0.92% -
XYZ 38.26 20.48 79.78 -
YUV 119.89 192.4 179.43 -
System Red Green Blue C M Y K H S L
Decimal 192 61 234 0.18 0.74 0 0.08 285.43 0.8 0.58
Hex C0 3D EA 12 4A 0 8 11D 50 3A
Octal 300 75 352 22 112 0 10 435 120 72
Binary 11000000 111101 11101010 10010 1001010 0 1000 100011101 1010000 111010

Color Harmonies of #C03DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DEA

Black with #C03DEA

Text Example


Text Example

White with #C03DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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