Html Css Color HEX #C92EEB Medium Orchid

📋 copy color: '#C92EEB'

red 201 ◦ green 46 ◦ blue 235

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

Shades of Medium Orchid #C92EEB

Tints of Medium Orchid #C92EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.54%

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

R = 41.7%
G = 9.54%
B = 48.76%

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

#C92EEB (or 0xC92EEB) is known color: Medium Orchid. HEX triplet: C9, 2E and EB. RGB value is (201,46,235). Sum of RGB (Red+Green+Blue) = 201+46+235=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #C92EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92EEB is #36D114. Grayscale: #717171. Windows color (decimal): -3592469 or 15412937. OLE color: 15412937.

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

Color convert

RGB 201 46 235 -
CMYK 0.14 0.80 0 0.08
HSL 289.21º 0.83% 0.55% -
HSV(B) 289.21º 0.8% 0.92% -
XYZ 40.06 20.37 80.42 -
YUV 113.89 196.35 190.13 -
System Red Green Blue C M Y K H S L
Decimal 201 46 235 0.14 0.80 0 0.08 289.21 0.83 0.55
Hex C9 2E EB E 50 0 8 121 53 37
Octal 311 56 353 16 120 0 10 441 123 67
Binary 11001001 101110 11101011 1110 1010000 0 1000 100100001 1010011 110111

Color Harmonies of #C92EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92EEB

Black with #C92EEB

Text Example


Text Example

White with #C92EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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