Html Css Color HEX #C92FD4 Medium Orchid

📋 copy color: '#C92FD4'

red 201 ◦ green 47 ◦ blue 212

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

Shades of Medium Orchid #C92FD4

Tints of Medium Orchid #C92FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.09%

R = 43.7%
G = 10.22%
B = 46.09%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C92FD4 (or 0xC92FD4) is known color: Medium Orchid. HEX triplet: C9, 2F and D4. RGB value is (201,47,212). Sum of RGB (Red+Green+Blue) = 201+47+212=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #C92FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92FD4 is #36D02B. Grayscale: #6F6F6F. Windows color (decimal): -3592236 or 13905865. OLE color: 13905865.

HSL color Cylindrical-coordinate representation of color #C92FD4: hue angle of 296º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92FD4 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 47 212 -
CMYK 0.05 0.78 0 0.17
HSL 296º 0.66% 0.51% -
HSV(B) 296º 0.78% 0.83% -
XYZ 36.99 19.2 64.04 -
YUV 111.86 184.52 191.58 -
System Red Green Blue C M Y K H S L
Decimal 201 47 212 0.05 0.78 0 0.17 296 0.66 0.51
Hex C9 2F D4 5 4E 0 11 128 42 33
Octal 311 57 324 5 116 0 21 450 102 63
Binary 11001001 101111 11010100 101 1001110 0 10001 100101000 1000010 110011

Color Harmonies of #C92FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92FD4

Black with #C92FD4

Text Example


Text Example

White with #C92FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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