Html Css Color HEX #C02CE3 Medium Orchid

📋 copy color: '#C02CE3'

red 192 ◦ green 44 ◦ blue 227

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

Shades of Medium Orchid #C02CE3

Tints of Medium Orchid #C02CE3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.5%

 BLUE value IS 227 (89.06% from 255) = 49.03%

R = 41.47%
G = 9.5%
B = 49.03%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C02CE3 (or 0xC02CE3) is known color: Medium Orchid. HEX triplet: C0, 2C and E3. RGB value is (192,44,227). Sum of RGB (Red+Green+Blue) = 192+44+227=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 227 (89.06% from 255 or 49.03% from 463); Max value from RGB is 227 - color contains mainly: blue. Hex color #C02CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CE3 is #3FD31C. Grayscale: #6C6C6C. Windows color (decimal): -4182813 or 14888128. OLE color: 14888128.

HSL color Cylindrical-coordinate representation of color #C02CE3: hue angle of 288.52º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02CE3 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 44 227 -
CMYK 0.15 0.81 0 0.11
HSL 288.52º 0.77% 0.53% -
HSV(B) 288.52º 0.81% 0.89% -
XYZ 36.5 18.55 74.33 -
YUV 109.11 194.53 187.12 -
System Red Green Blue C M Y K H S L
Decimal 192 44 227 0.15 0.81 0 0.11 288.52 0.77 0.53
Hex C0 2C E3 F 51 0 B 121 4D 35
Octal 300 54 343 17 121 0 13 441 115 65
Binary 11000000 101100 11100011 1111 1010001 0 1011 100100001 1001101 110101

Color Harmonies of #C02CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CE3

Black with #C02CE3

Text Example


Text Example

White with #C02CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CE3; }

 p { color: rgb(192,44,227); }

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

background-color css

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

 a { background-color: rgb(192,44,227); }

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

border-color css

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

 span { border-color: rgb(192,44,227); }

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