Html Css Color HEX #C94FDD Medium Orchid

📋 copy color: '#C94FDD'

red 201 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #C94FDD

Tints of Medium Orchid #C94FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 40.12%
G = 15.77%
B = 44.11%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C94FDD (or 0xC94FDD) is known color: Medium Orchid. HEX triplet: C9, 4F and DD. RGB value is (201,79,221). Sum of RGB (Red+Green+Blue) = 201+79+221=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #C94FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FDD is #36B022. Grayscale: #838383. Windows color (decimal): -3584035 or 14503881. OLE color: 14503881.

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

Color convert

RGB 201 79 221 -
CMYK 0.09 0.64 0 0.13
HSL 291.55º 0.68% 0.59% -
HSV(B) 291.55º 0.64% 0.87% -
XYZ 39.93 23.23 70.79 -
YUV 131.67 178.42 177.45 -
System Red Green Blue C M Y K H S L
Decimal 201 79 221 0.09 0.64 0 0.13 291.55 0.68 0.59
Hex C9 4F DD 9 40 0 D 124 44 3B
Octal 311 117 335 11 100 0 15 444 104 73
Binary 11001001 1001111 11011101 1001 1000000 0 1101 100100100 1000100 111011

Color Harmonies of #C94FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94FDD

Black with #C94FDD

Text Example


Text Example

White with #C94FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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