Html Css Color HEX #C02CE4 Medium Orchid

📋 copy color: '#C02CE4'

red 192 ◦ green 44 ◦ blue 228

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

Shades of Medium Orchid #C02CE4

Tints of Medium Orchid #C02CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.14%

R = 41.38%
G = 9.48%
B = 49.14%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C02CE4 (or 0xC02CE4) is known color: Medium Orchid. HEX triplet: C0, 2C and E4. RGB value is (192,44,228). Sum of RGB (Red+Green+Blue) = 192+44+228=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #C02CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CE4 is #3FD31B. Grayscale: #6C6C6C. Windows color (decimal): -4182812 or 14953664. OLE color: 14953664.

HSL color Cylindrical-coordinate representation of color #C02CE4: hue angle of 288.26º 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 #C02CE4 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 44 228 -
CMYK 0.16 0.81 0 0.11
HSL 288.26º 0.77% 0.53% -
HSV(B) 288.26º 0.81% 0.89% -
XYZ 36.64 18.61 75.06 -
YUV 109.23 195.03 187.04 -
System Red Green Blue C M Y K H S L
Decimal 192 44 228 0.16 0.81 0 0.11 288.26 0.77 0.53
Hex C0 2C E4 10 51 0 B 120 4D 35
Octal 300 54 344 20 121 0 13 440 115 65
Binary 11000000 101100 11100100 10000 1010001 0 1011 100100000 1001101 110101

Color Harmonies of #C02CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CE4

Black with #C02CE4

Text Example


Text Example

White with #C02CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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