Html Css Color HEX #C02EE7 Medium Orchid

📋 copy color: '#C02EE7'

red 192 ◦ green 46 ◦ blue 231

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

Shades of Medium Orchid #C02EE7

Tints of Medium Orchid #C02EE7

RGB

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

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

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

R = 40.94%
G = 9.81%
B = 49.25%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C02EE7 (or 0xC02EE7) is known color: Medium Orchid. HEX triplet: C0, 2E and E7. RGB value is (192,46,231). Sum of RGB (Red+Green+Blue) = 192+46+231=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #C02EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02EE7 is #3FD118. Grayscale: #6E6E6E. Windows color (decimal): -4182297 or 15150784. OLE color: 15150784.

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

Color convert

RGB 192 46 231 -
CMYK 0.17 0.80 0 0.09
HSL 287.35º 0.79% 0.54% -
HSV(B) 287.35º 0.8% 0.91% -
XYZ 37.14 18.93 77.3 -
YUV 110.74 195.87 185.96 -
System Red Green Blue C M Y K H S L
Decimal 192 46 231 0.17 0.80 0 0.09 287.35 0.79 0.54
Hex C0 2E E7 11 50 0 9 11F 4F 36
Octal 300 56 347 21 120 0 11 437 117 66
Binary 11000000 101110 11100111 10001 1010000 0 1001 100011111 1001111 110110

Color Harmonies of #C02EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02EE7

Black with #C02EE7

Text Example


Text Example

White with #C02EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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