Html Css Color HEX #C951DE Medium Orchid

📋 copy color: '#C951DE'

red 201 ◦ green 81 ◦ blue 222

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

Shades of Medium Orchid #C951DE

Tints of Medium Orchid #C951DE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.07%

 BLUE value IS 222 (87.11% from 255) = 44.05%

R = 39.88%
G = 16.07%
B = 44.05%

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

#C951DE (or 0xC951DE) is known color: Medium Orchid. HEX triplet: C9, 51 and DE. RGB value is (201,81,222). Sum of RGB (Red+Green+Blue) = 201+81+222=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #C951DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951DE is #36AE21. Grayscale: #848484. Windows color (decimal): -3583522 or 14569929. OLE color: 14569929.

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

Color convert

RGB 201 81 222 -
CMYK 0.09 0.64 0 0.13
HSL 291.06º 0.68% 0.59% -
HSV(B) 291.06º 0.64% 0.87% -
XYZ 40.21 23.58 71.54 -
YUV 132.95 178.26 176.54 -
System Red Green Blue C M Y K H S L
Decimal 201 81 222 0.09 0.64 0 0.13 291.06 0.68 0.59
Hex C9 51 DE 9 40 0 D 123 44 3B
Octal 311 121 336 11 100 0 15 443 104 73
Binary 11001001 1010001 11011110 1001 1000000 0 1101 100100011 1000100 111011

Color Harmonies of #C951DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C951DE

Black with #C951DE

Text Example


Text Example

White with #C951DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C951DE; }

 p { color: rgb(201,81,222); }

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

background-color css

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

 a { background-color: rgb(201,81,222); }

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

border-color css

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

 span { border-color: rgb(201,81,222); }

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