Html Css Color HEX #C03CEB Medium Orchid

📋 copy color: '#C03CEB'

red 192 ◦ green 60 ◦ blue 235

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

Shades of Medium Orchid #C03CEB

Tints of Medium Orchid #C03CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.32%

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

R = 39.43%
G = 12.32%
B = 48.25%

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

#C03CEB (or 0xC03CEB) is known color: Medium Orchid. HEX triplet: C0, 3C and EB. RGB value is (192,60,235). Sum of RGB (Red+Green+Blue) = 192+60+235=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 60 (23.83% from 255 or 12.32% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #C03CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03CEB is #3FC314. Grayscale: #767676. Windows color (decimal): -4178709 or 15416512. OLE color: 15416512.

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

Color convert

RGB 192 60 235 -
CMYK 0.18 0.74 0 0.08
HSL 285.26º 0.81% 0.58% -
HSV(B) 285.26º 0.74% 0.92% -
XYZ 38.35 20.44 80.52 -
YUV 119.42 193.23 179.77 -
System Red Green Blue C M Y K H S L
Decimal 192 60 235 0.18 0.74 0 0.08 285.26 0.81 0.58
Hex C0 3C EB 12 4A 0 8 11D 51 3A
Octal 300 74 353 22 112 0 10 435 121 72
Binary 11000000 111100 11101011 10010 1001010 0 1000 100011101 1010001 111010

Color Harmonies of #C03CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CEB

Black with #C03CEB

Text Example


Text Example

White with #C03CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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