Html Css Color HEX #C92FE2 Medium Orchid

📋 copy color: '#C92FE2'

red 201 ◦ green 47 ◦ blue 226

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

Shades of Medium Orchid #C92FE2

Tints of Medium Orchid #C92FE2

RGB

 RED value IS 201 (78.91% from 255) = 42.41%

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

 BLUE value IS 226 (88.67% from 255) = 47.68%

R = 42.41%
G = 9.92%
B = 47.68%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C92FE2 (or 0xC92FE2) is known color: Medium Orchid. HEX triplet: C9, 2F and E2. RGB value is (201,47,226). Sum of RGB (Red+Green+Blue) = 201+47+226=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 226 - color contains mainly: blue. Hex color #C92FE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92FE2 is #36D01D. Grayscale: #707070. Windows color (decimal): -3592222 or 14823369. OLE color: 14823369.

HSL color Cylindrical-coordinate representation of color #C92FE2: hue angle of 291.62º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92FE2 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 47 226 -
CMYK 0.11 0.79 0 0.11
HSL 291.62º 0.76% 0.54% -
HSV(B) 291.62º 0.79% 0.89% -
XYZ 38.83 19.94 73.75 -
YUV 113.45 191.52 190.45 -
System Red Green Blue C M Y K H S L
Decimal 201 47 226 0.11 0.79 0 0.11 291.62 0.76 0.54
Hex C9 2F E2 B 4F 0 B 124 4C 36
Octal 311 57 342 13 117 0 13 444 114 66
Binary 11001001 101111 11100010 1011 1001111 0 1011 100100100 1001100 110110

Color Harmonies of #C92FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92FE2

Black with #C92FE2

Text Example


Text Example

White with #C92FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92FE2; }

 p { color: rgb(201,47,226); }

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

background-color css

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

 a { background-color: rgb(201,47,226); }

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

border-color css

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

 span { border-color: rgb(201,47,226); }

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