Html Css Color HEX #C92FEE Medium Orchid

📋 copy color: '#C92FEE'

red 201 ◦ green 47 ◦ blue 238

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

Shades of Medium Orchid #C92FEE

Tints of Medium Orchid #C92FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 41.36%
G = 9.67%
B = 48.97%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C92FEE (or 0xC92FEE) is known color: Medium Orchid. HEX triplet: C9, 2F and EE. RGB value is (201,47,238). Sum of RGB (Red+Green+Blue) = 201+47+238=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 47 (18.75% from 255 or 9.67% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #C92FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92FEE is #36D011. Grayscale: #727272. Windows color (decimal): -3592210 or 15609801. OLE color: 15609801.

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

Color convert

RGB 201 47 238 -
CMYK 0.16 0.80 0 0.07
HSL 288.38º 0.85% 0.56% -
HSV(B) 288.38º 0.8% 0.93% -
XYZ 40.54 20.62 82.73 -
YUV 114.82 197.52 189.47 -
System Red Green Blue C M Y K H S L
Decimal 201 47 238 0.16 0.80 0 0.07 288.38 0.85 0.56
Hex C9 2F EE 10 50 0 7 120 55 38
Octal 311 57 356 20 120 0 7 440 125 70
Binary 11001001 101111 11101110 10000 1010000 0 111 100100000 1010101 111000

Color Harmonies of #C92FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92FEE

Black with #C92FEE

Text Example


Text Example

White with #C92FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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