Html Css Color HEX #C02CEA Medium Orchid

📋 copy color: '#C02CEA'

red 192 ◦ green 44 ◦ blue 234

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

Shades of Medium Orchid #C02CEA

Tints of Medium Orchid #C02CEA

RGB

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

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

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

R = 40.85%
G = 9.36%
B = 49.79%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C02CEA (or 0xC02CEA) is known color: Medium Orchid. HEX triplet: C0, 2C and EA. RGB value is (192,44,234). Sum of RGB (Red+Green+Blue) = 192+44+234=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #C02CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02CEA is #3FD315. Grayscale: #6D6D6D. Windows color (decimal): -4182806 or 15346880. OLE color: 15346880.

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

Color convert

RGB 192 44 234 -
CMYK 0.18 0.81 0 0.08
HSL 286.74º 0.82% 0.55% -
HSV(B) 286.74º 0.81% 0.92% -
XYZ 37.49 18.95 79.52 -
YUV 109.91 198.03 186.55 -
System Red Green Blue C M Y K H S L
Decimal 192 44 234 0.18 0.81 0 0.08 286.74 0.82 0.55
Hex C0 2C EA 12 51 0 8 11F 52 37
Octal 300 54 352 22 121 0 10 437 122 67
Binary 11000000 101100 11101010 10010 1010001 0 1000 100011111 1010010 110111

Color Harmonies of #C02CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CEA

Black with #C02CEA

Text Example


Text Example

White with #C02CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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