Html Css Color HEX #C94BDD Medium Orchid

📋 copy color: '#C94BDD'

red 201 ◦ green 75 ◦ blue 221

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

Shades of Medium Orchid #C94BDD

Tints of Medium Orchid #C94BDD

RGB

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

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

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

R = 40.44%
G = 15.09%
B = 44.47%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C94BDD (or 0xC94BDD) is known color: Medium Orchid. HEX triplet: C9, 4B and DD. RGB value is (201,75,221). Sum of RGB (Red+Green+Blue) = 201+75+221=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #C94BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BDD is #36B422. Grayscale: #808080. Windows color (decimal): -3585059 or 14502857. OLE color: 14502857.

HSL color Cylindrical-coordinate representation of color #C94BDD: hue angle of 291.78º degrees, saturation: 0.68, 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 #C94BDD is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 75 221 -
CMYK 0.09 0.66 0 0.13
HSL 291.78º 0.68% 0.58% -
HSV(B) 291.78º 0.66% 0.87% -
XYZ 39.65 22.67 70.69 -
YUV 129.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 201 75 221 0.09 0.66 0 0.13 291.78 0.68 0.58
Hex C9 4B DD 9 42 0 D 124 44 3A
Octal 311 113 335 11 102 0 15 444 104 72
Binary 11001001 1001011 11011101 1001 1000010 0 1101 100100100 1000100 111010

Color Harmonies of #C94BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BDD

Black with #C94BDD

Text Example


Text Example

White with #C94BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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