Html Css Color HEX #C92EE6 Medium Orchid

📋 copy color: '#C92EE6'

red 201 ◦ green 46 ◦ blue 230

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

Shades of Medium Orchid #C92EE6

Tints of Medium Orchid #C92EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.22%

R = 42.14%
G = 9.64%
B = 48.22%

CMYK

 C value IS 0.13

 M value IS 0.8

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C92EE6 (or 0xC92EE6) is known color: Medium Orchid. HEX triplet: C9, 2E and E6. RGB value is (201,46,230). Sum of RGB (Red+Green+Blue) = 201+46+230=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 230 - color contains mainly: blue. Hex color #C92EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92EE6 is #36D119. Grayscale: #707070. Windows color (decimal): -3592474 or 15085257. OLE color: 15085257.

HSL color Cylindrical-coordinate representation of color #C92EE6: hue angle of 290.54º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92EE6 is Cyan = 0.13, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 46 230 -
CMYK 0.13 0.8 0 0.10
HSL 290.54º 0.79% 0.54% -
HSV(B) 290.54º 0.8% 0.9% -
XYZ 39.35 20.08 76.67 -
YUV 113.32 193.85 190.54 -
System Red Green Blue C M Y K H S L
Decimal 201 46 230 0.13 0.8 0 0.10 290.54 0.79 0.54
Hex C9 2E E6 D 50 0 A 123 4F 36
Octal 311 56 346 15 120 0 12 443 117 66
Binary 11001001 101110 11100110 1101 1010000 0 1010 100100011 1001111 110110

Color Harmonies of #C92EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92EE6

Black with #C92EE6

Text Example


Text Example

White with #C92EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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