Html Css Color HEX #C02AE7 Medium Orchid

📋 copy color: '#C02AE7'

red 192 ◦ green 42 ◦ blue 231

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

Shades of Medium Orchid #C02AE7

Tints of Medium Orchid #C02AE7

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.03%

 BLUE value IS 231 (90.63% from 255) = 49.68%

R = 41.29%
G = 9.03%
B = 49.68%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C02AE7 (or 0xC02AE7) is known color: Medium Orchid. HEX triplet: C0, 2A and E7. RGB value is (192,42,231). Sum of RGB (Red+Green+Blue) = 192+42+231=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 231 (90.62% from 255 or 49.68% from 465); Max value from RGB is 231 - color contains mainly: blue. Hex color #C02AE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02AE7 is #3FD518. Grayscale: #6B6B6B. Windows color (decimal): -4183321 or 15149760. OLE color: 15149760.

HSL color Cylindrical-coordinate representation of color #C02AE7: hue angle of 287.62º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02AE7 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 42 231 -
CMYK 0.17 0.82 0 0.09
HSL 287.62º 0.8% 0.54% -
HSV(B) 287.62º 0.82% 0.91% -
XYZ 36.99 18.63 77.25 -
YUV 108.4 197.2 187.63 -
System Red Green Blue C M Y K H S L
Decimal 192 42 231 0.17 0.82 0 0.09 287.62 0.8 0.54
Hex C0 2A E7 11 52 0 9 120 50 36
Octal 300 52 347 21 122 0 11 440 120 66
Binary 11000000 101010 11100111 10001 1010010 0 1001 100100000 1010000 110110

Color Harmonies of #C02AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02AE7

Black with #C02AE7

Text Example


Text Example

White with #C02AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02AE7; }

 p { color: rgb(192,42,231); }

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

background-color css

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

 a { background-color: rgb(192,42,231); }

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

border-color css

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

 span { border-color: rgb(192,42,231); }

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