Html Css Color HEX #C94FDF Medium Orchid

📋 copy color: '#C94FDF'

red 201 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #C94FDF

Tints of Medium Orchid #C94FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.71%

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

R = 39.96%
G = 15.71%
B = 44.33%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C94FDF (or 0xC94FDF) is known color: Medium Orchid. HEX triplet: C9, 4F and DF. RGB value is (201,79,223). Sum of RGB (Red+Green+Blue) = 201+79+223=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #C94FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FDF is #36B020. Grayscale: #838383. Windows color (decimal): -3584033 or 14634953. OLE color: 14634953.

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

Color convert

RGB 201 79 223 -
CMYK 0.10 0.65 0 0.13
HSL 290.83º 0.69% 0.59% -
HSV(B) 290.83º 0.65% 0.87% -
XYZ 40.2 23.34 72.2 -
YUV 131.89 179.42 177.29 -
System Red Green Blue C M Y K H S L
Decimal 201 79 223 0.10 0.65 0 0.13 290.83 0.69 0.59
Hex C9 4F DF A 41 0 D 123 45 3B
Octal 311 117 337 12 101 0 15 443 105 73
Binary 11001001 1001111 11011111 1010 1000001 0 1101 100100011 1000101 111011

Color Harmonies of #C94FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94FDF

Black with #C94FDF

Text Example


Text Example

White with #C94FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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