Html Css Color HEX #C94FD8 Medium Orchid

📋 copy color: '#C94FD8'

red 201 ◦ green 79 ◦ blue 216

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

Shades of Medium Orchid #C94FD8

Tints of Medium Orchid #C94FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.55%

R = 40.52%
G = 15.93%
B = 43.55%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C94FD8 (or 0xC94FD8) is known color: Medium Orchid. HEX triplet: C9, 4F and D8. RGB value is (201,79,216). Sum of RGB (Red+Green+Blue) = 201+79+216=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 216 - color contains mainly: blue. Hex color #C94FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FD8 is #36B027. Grayscale: #828282. Windows color (decimal): -3584040 or 14176201. OLE color: 14176201.

HSL color Cylindrical-coordinate representation of color #C94FD8: hue angle of 293.43º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94FD8 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 79 216 -
CMYK 0.07 0.63 0 0.15
HSL 293.43º 0.64% 0.58% -
HSV(B) 293.43º 0.63% 0.85% -
XYZ 39.28 22.97 67.33 -
YUV 131.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 201 79 216 0.07 0.63 0 0.15 293.43 0.64 0.58
Hex C9 4F D8 7 3F 0 F 125 40 3A
Octal 311 117 330 7 77 0 17 445 100 72
Binary 11001001 1001111 11011000 111 111111 0 1111 100100101 1000000 111010

Color Harmonies of #C94FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94FD8

Black with #C94FD8

Text Example


Text Example

White with #C94FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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