Html Css Color HEX #C92FE0 Medium Orchid

📋 copy color: '#C92FE0'

red 201 ◦ green 47 ◦ blue 224

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

Shades of Medium Orchid #C92FE0

Tints of Medium Orchid #C92FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.46%

R = 42.58%
G = 9.96%
B = 47.46%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C92FE0 (or 0xC92FE0) is known color: Medium Orchid. HEX triplet: C9, 2F and E0. RGB value is (201,47,224). Sum of RGB (Red+Green+Blue) = 201+47+224=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #C92FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92FE0 is #36D01F. Grayscale: #707070. Windows color (decimal): -3592224 or 14692297. OLE color: 14692297.

HSL color Cylindrical-coordinate representation of color #C92FE0: hue angle of 292.2º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92FE0 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 47 224 -
CMYK 0.10 0.79 0 0.12
HSL 292.2º 0.74% 0.53% -
HSV(B) 292.2º 0.79% 0.88% -
XYZ 38.56 19.83 72.32 -
YUV 113.22 190.52 190.61 -
System Red Green Blue C M Y K H S L
Decimal 201 47 224 0.10 0.79 0 0.12 292.2 0.74 0.53
Hex C9 2F E0 A 4F 0 C 124 4A 35
Octal 311 57 340 12 117 0 14 444 112 65
Binary 11001001 101111 11100000 1010 1001111 0 1100 100100100 1001010 110101

Color Harmonies of #C92FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92FE0

Black with #C92FE0

Text Example


Text Example

White with #C92FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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