Html Css Color HEX #C92FEA Medium Orchid

📋 copy color: '#C92FEA'

red 201 ◦ green 47 ◦ blue 234

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

Shades of Medium Orchid #C92FEA

Tints of Medium Orchid #C92FEA

RGB

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

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

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

R = 41.7%
G = 9.75%
B = 48.55%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C92FEA (or 0xC92FEA) is known color: Medium Orchid. HEX triplet: C9, 2F and EA. RGB value is (201,47,234). Sum of RGB (Red+Green+Blue) = 201+47+234=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #C92FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92FEA is #36D015. Grayscale: #717171. Windows color (decimal): -3592214 or 15347657. OLE color: 15347657.

HSL color Cylindrical-coordinate representation of color #C92FEA: hue angle of 289.41º 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 #C92FEA is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 47 234 -
CMYK 0.14 0.80 0 0.08
HSL 289.41º 0.82% 0.55% -
HSV(B) 289.41º 0.8% 0.92% -
XYZ 39.96 20.39 79.67 -
YUV 114.36 195.52 189.79 -
System Red Green Blue C M Y K H S L
Decimal 201 47 234 0.14 0.80 0 0.08 289.41 0.82 0.55
Hex C9 2F EA E 50 0 8 121 52 37
Octal 311 57 352 16 120 0 10 441 122 67
Binary 11001001 101111 11101010 1110 1010000 0 1000 100100001 1010010 110111

Color Harmonies of #C92FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92FEA

Black with #C92FEA

Text Example


Text Example

White with #C92FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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