Html Css Color HEX #C94BDF Medium Orchid

📋 copy color: '#C94BDF'

red 201 ◦ green 75 ◦ blue 223

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

Shades of Medium Orchid #C94BDF

Tints of Medium Orchid #C94BDF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.03%

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

R = 40.28%
G = 15.03%
B = 44.69%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C94BDF (or 0xC94BDF) is known color: Medium Orchid. HEX triplet: C9, 4B and DF. RGB value is (201,75,223). Sum of RGB (Red+Green+Blue) = 201+75+223=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #C94BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BDF is #36B420. Grayscale: #818181. Windows color (decimal): -3585057 or 14633929. OLE color: 14633929.

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

Color convert

RGB 201 75 223 -
CMYK 0.10 0.66 0 0.13
HSL 291.08º 0.7% 0.58% -
HSV(B) 291.08º 0.66% 0.87% -
XYZ 39.92 22.78 72.1 -
YUV 129.55 180.74 178.97 -
System Red Green Blue C M Y K H S L
Decimal 201 75 223 0.10 0.66 0 0.13 291.08 0.7 0.58
Hex C9 4B DF A 42 0 D 123 46 3A
Octal 311 113 337 12 102 0 15 443 106 72
Binary 11001001 1001011 11011111 1010 1000010 0 1101 100100011 1000110 111010

Color Harmonies of #C94BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BDF

Black with #C94BDF

Text Example


Text Example

White with #C94BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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