Html Css Color HEX #C92FEB Medium Orchid

📋 copy color: '#C92FEB'

red 201 ◦ green 47 ◦ blue 235

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

Shades of Medium Orchid #C92FEB

Tints of Medium Orchid #C92FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 41.61%
G = 9.73%
B = 48.65%

CMYK

 C value IS 0.14

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C92FEB (or 0xC92FEB) is known color: Medium Orchid. HEX triplet: C9, 2F and EB. RGB value is (201,47,235). Sum of RGB (Red+Green+Blue) = 201+47+235=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 47 (18.75% from 255 or 9.73% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #C92FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92FEB is #36D014. Grayscale: #717171. Windows color (decimal): -3592213 or 15413193. OLE color: 15413193.

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

Color convert

RGB 201 47 235 -
CMYK 0.14 0.8 0 0.08
HSL 289.15º 0.82% 0.55% -
HSV(B) 289.15º 0.8% 0.92% -
XYZ 40.1 20.45 80.43 -
YUV 114.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 201 47 235 0.14 0.8 0 0.08 289.15 0.82 0.55
Hex C9 2F EB E 50 0 8 121 52 37
Octal 311 57 353 16 120 0 10 441 122 67
Binary 11001001 101111 11101011 1110 1010000 0 1000 100100001 1010010 110111

Color Harmonies of #C92FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92FEB

Black with #C92FEB

Text Example


Text Example

White with #C92FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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