Html Css Color HEX #951CCD Dark Orchid

📋 copy color: '#951CCD'

red 149 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #951CCD

Tints of Dark Orchid #951CCD

RGB

 RED value IS 149 (58.59% from 255) = 39.01%

 GREEN value IS 28 (11.33% from 255) = 7.33%

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 39.01%
G = 7.33%
B = 53.66%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#951CCD (or 0x951CCD) is known color: Dark Orchid. HEX triplet: 95, 1C and CD. RGB value is (149,28,205). Sum of RGB (Red+Green+Blue) = 149+28+205=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #951CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951CCD is #6AE332. Grayscale: #535353. Windows color (decimal): -7004979 or 13442197. OLE color: 13442197.

HSL color Cylindrical-coordinate representation of color #951CCD: hue angle of 281.02º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951CCD is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 28 205 -
CMYK 0.27 0.86 0 0.20
HSL 281.02º 0.76% 0.46% -
HSV(B) 281.02º 0.86% 0.8% -
XYZ 23.83 11.63 58.75 -
YUV 84.36 196.09 174.11 -
System Red Green Blue C M Y K H S L
Decimal 149 28 205 0.27 0.86 0 0.20 281.02 0.76 0.46
Hex 95 1C CD 1B 56 0 14 119 4C 2E
Octal 225 34 315 33 126 0 24 431 114 56
Binary 10010101 11100 11001101 11011 1010110 0 10100 100011001 1001100 101110

Color Harmonies of #951CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CCD

Black with #951CCD

Text Example


Text Example

White with #951CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951CCD; }

 p { color: rgb(149,28,205); }

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

background-color css

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

 a { background-color: rgb(149,28,205); }

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

border-color css

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

 span { border-color: rgb(149,28,205); }

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