Html Css Color HEX #C92FDF Medium Orchid

📋 copy color: '#C92FDF'

red 201 ◦ green 47 ◦ blue 223

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

Shades of Medium Orchid #C92FDF

Tints of Medium Orchid #C92FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 42.68%
G = 9.98%
B = 47.35%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C92FDF (or 0xC92FDF) is known color: Medium Orchid. HEX triplet: C9, 2F and DF. RGB value is (201,47,223). Sum of RGB (Red+Green+Blue) = 201+47+223=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #C92FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92FDF is #36D020. Grayscale: #707070. Windows color (decimal): -3592225 or 14626761. OLE color: 14626761.

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

Color convert

RGB 201 47 223 -
CMYK 0.10 0.79 0 0.13
HSL 292.5º 0.73% 0.53% -
HSV(B) 292.5º 0.79% 0.87% -
XYZ 38.42 19.78 71.6 -
YUV 113.11 190.02 190.69 -
System Red Green Blue C M Y K H S L
Decimal 201 47 223 0.10 0.79 0 0.13 292.5 0.73 0.53
Hex C9 2F DF A 4F 0 D 124 49 35
Octal 311 57 337 12 117 0 15 444 111 65
Binary 11001001 101111 11011111 1010 1001111 0 1101 100100100 1001001 110101

Color Harmonies of #C92FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92FDF

Black with #C92FDF

Text Example


Text Example

White with #C92FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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