Html Css Color HEX #C02EEB Medium Orchid

📋 copy color: '#C02EEB'

red 192 ◦ green 46 ◦ blue 235

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

Shades of Medium Orchid #C02EEB

Tints of Medium Orchid #C02EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.73%

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

R = 40.59%
G = 9.73%
B = 49.68%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C02EEB (or 0xC02EEB) is known color: Medium Orchid. HEX triplet: C0, 2E and EB. RGB value is (192,46,235). Sum of RGB (Red+Green+Blue) = 192+46+235=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #C02EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02EEB is #3FD114. Grayscale: #6E6E6E. Windows color (decimal): -4182293 or 15412928. OLE color: 15412928.

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

Color convert

RGB 192 46 235 -
CMYK 0.18 0.80 0 0.08
HSL 286.35º 0.83% 0.55% -
HSV(B) 286.35º 0.8% 0.92% -
XYZ 37.71 19.16 80.31 -
YUV 111.2 197.87 185.63 -
System Red Green Blue C M Y K H S L
Decimal 192 46 235 0.18 0.80 0 0.08 286.35 0.83 0.55
Hex C0 2E EB 12 50 0 8 11E 53 37
Octal 300 56 353 22 120 0 10 436 123 67
Binary 11000000 101110 11101011 10010 1010000 0 1000 100011110 1010011 110111

Color Harmonies of #C02EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02EEB

Black with #C02EEB

Text Example


Text Example

White with #C02EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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