Html Css Color HEX #C02BE4 Medium Orchid

📋 copy color: '#C02BE4'

red 192 ◦ green 43 ◦ blue 228

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

Shades of Medium Orchid #C02BE4

Tints of Medium Orchid #C02BE4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.29%

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

R = 41.47%
G = 9.29%
B = 49.24%

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

#C02BE4 (or 0xC02BE4) is known color: Medium Orchid. HEX triplet: C0, 2B and E4. RGB value is (192,43,228). Sum of RGB (Red+Green+Blue) = 192+43+228=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #C02BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BE4 is #3FD41B. Grayscale: #6C6C6C. Windows color (decimal): -4183068 or 14953408. OLE color: 14953408.

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

Color convert

RGB 192 43 228 -
CMYK 0.16 0.81 0 0.11
HSL 288.32º 0.77% 0.53% -
HSV(B) 288.32º 0.81% 0.89% -
XYZ 36.61 18.54 75.05 -
YUV 108.64 195.36 187.46 -
System Red Green Blue C M Y K H S L
Decimal 192 43 228 0.16 0.81 0 0.11 288.32 0.77 0.53
Hex C0 2B E4 10 51 0 B 120 4D 35
Octal 300 53 344 20 121 0 13 440 115 65
Binary 11000000 101011 11100100 10000 1010001 0 1011 100100000 1001101 110101

Color Harmonies of #C02BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BE4

Black with #C02BE4

Text Example


Text Example

White with #C02BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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