Html Css Color HEX #C02DEC Medium Orchid

📋 copy color: '#C02DEC'

red 192 ◦ green 45 ◦ blue 236

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

Shades of Medium Orchid #C02DEC

Tints of Medium Orchid #C02DEC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.51%

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 40.59%
G = 9.51%
B = 49.89%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C02DEC (or 0xC02DEC) is known color: Medium Orchid. HEX triplet: C0, 2D and EC. RGB value is (192,45,236). Sum of RGB (Red+Green+Blue) = 192+45+236=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #C02DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02DEC is #3FD213. Grayscale: #6E6E6E. Windows color (decimal): -4182548 or 15478208. OLE color: 15478208.

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

Color convert

RGB 192 45 236 -
CMYK 0.19 0.81 0 0.07
HSL 286.18º 0.83% 0.55% -
HSV(B) 286.18º 0.81% 0.93% -
XYZ 37.82 19.14 81.06 -
YUV 110.73 198.7 185.97 -
System Red Green Blue C M Y K H S L
Decimal 192 45 236 0.19 0.81 0 0.07 286.18 0.83 0.55
Hex C0 2D EC 13 51 0 7 11E 53 37
Octal 300 55 354 23 121 0 7 436 123 67
Binary 11000000 101101 11101100 10011 1010001 0 111 100011110 1010011 110111

Color Harmonies of #C02DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02DEC

Black with #C02DEC

Text Example


Text Example

White with #C02DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02DEC; }

 p { color: rgb(192,45,236); }

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

background-color css

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

 a { background-color: rgb(192,45,236); }

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

border-color css

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

 span { border-color: rgb(192,45,236); }

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