Html Css Color HEX #C02EEA Medium Orchid

📋 copy color: '#C02EEA'

red 192 ◦ green 46 ◦ blue 234

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

Shades of Medium Orchid #C02EEA

Tints of Medium Orchid #C02EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 40.68%
G = 9.75%
B = 49.58%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C02EEA (or 0xC02EEA) is known color: Medium Orchid. HEX triplet: C0, 2E and EA. RGB value is (192,46,234). Sum of RGB (Red+Green+Blue) = 192+46+234=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #C02EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02EEA is #3FD115. Grayscale: #6E6E6E. Windows color (decimal): -4182294 or 15347392. OLE color: 15347392.

HSL color Cylindrical-coordinate representation of color #C02EEA: hue angle of 286.6º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02EEA is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 46 234 -
CMYK 0.18 0.80 0 0.08
HSL 286.6º 0.82% 0.55% -
HSV(B) 286.6º 0.8% 0.92% -
XYZ 37.57 19.1 79.55 -
YUV 111.09 197.37 185.71 -
System Red Green Blue C M Y K H S L
Decimal 192 46 234 0.18 0.80 0 0.08 286.6 0.82 0.55
Hex C0 2E EA 12 50 0 8 11F 52 37
Octal 300 56 352 22 120 0 10 437 122 67
Binary 11000000 101110 11101010 10010 1010000 0 1000 100011111 1010010 110111

Color Harmonies of #C02EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02EEA

Black with #C02EEA

Text Example


Text Example

White with #C02EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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