Html Css Color HEX #C03DEB Medium Orchid

📋 copy color: '#C03DEB'

red 192 ◦ green 61 ◦ blue 235

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

Shades of Medium Orchid #C03DEB

Tints of Medium Orchid #C03DEB

RGB

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

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

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

R = 39.34%
G = 12.5%
B = 48.16%

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

#C03DEB (or 0xC03DEB) is known color: Medium Orchid. HEX triplet: C0, 3D and EB. RGB value is (192,61,235). Sum of RGB (Red+Green+Blue) = 192+61+235=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 61 (24.22% from 255 or 12.5% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #C03DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03DEB is #3FC214. Grayscale: #777777. Windows color (decimal): -4178453 or 15416768. OLE color: 15416768.

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

Color convert

RGB 192 61 235 -
CMYK 0.18 0.74 0 0.08
HSL 285.17º 0.81% 0.58% -
HSV(B) 285.17º 0.74% 0.92% -
XYZ 38.4 20.54 80.54 -
YUV 120.01 192.9 179.35 -
System Red Green Blue C M Y K H S L
Decimal 192 61 235 0.18 0.74 0 0.08 285.17 0.81 0.58
Hex C0 3D EB 12 4A 0 8 11D 51 3A
Octal 300 75 353 22 112 0 10 435 121 72
Binary 11000000 111101 11101011 10010 1001010 0 1000 100011101 1010001 111010

Color Harmonies of #C03DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DEB

Black with #C03DEB

Text Example


Text Example

White with #C03DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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