Html Css Color HEX #C22FEC Medium Orchid

📋 copy color: '#C22FEC'

red 194 ◦ green 47 ◦ blue 236

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

Shades of Medium Orchid #C22FEC

Tints of Medium Orchid #C22FEC

RGB

 RED value IS 194 (76.17% from 255) = 40.67%

 GREEN value IS 47 (18.75% from 255) = 9.85%

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 40.67%
G = 9.85%
B = 49.48%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C22FEC (or 0xC22FEC) is known color: Medium Orchid. HEX triplet: C2, 2F and EC. RGB value is (194,47,236). Sum of RGB (Red+Green+Blue) = 194+47+236=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #C22FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22FEC is #3DD013. Grayscale: #6F6F6F. Windows color (decimal): -4050964 or 15478722. OLE color: 15478722.

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

Color convert

RGB 194 47 236 -
CMYK 0.18 0.80 0 0.07
HSL 286.67º 0.83% 0.55% -
HSV(B) 286.67º 0.8% 0.93% -
XYZ 38.4 19.56 81.11 -
YUV 112.5 197.7 186.13 -
System Red Green Blue C M Y K H S L
Decimal 194 47 236 0.18 0.80 0 0.07 286.67 0.83 0.55
Hex C2 2F EC 12 50 0 7 11F 53 37
Octal 302 57 354 22 120 0 7 437 123 67
Binary 11000010 101111 11101100 10010 1010000 0 111 100011111 1010011 110111

Color Harmonies of #C22FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22FEC

Black with #C22FEC

Text Example


Text Example

White with #C22FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22FEC; }

 p { color: rgb(194,47,236); }

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

background-color css

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

 a { background-color: rgb(194,47,236); }

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

border-color css

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

 span { border-color: rgb(194,47,236); }

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