Html Css Color HEX #951CCC Dark Orchid

📋 copy color: '#951CCC'

red 149 ◦ green 28 ◦ blue 204

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

Shades of Dark Orchid #951CCC

Tints of Dark Orchid #951CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 39.11%
G = 7.35%
B = 53.54%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#951CCC (or 0x951CCC) is known color: Dark Orchid. HEX triplet: 95, 1C and CC. RGB value is (149,28,204). Sum of RGB (Red+Green+Blue) = 149+28+204=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #951CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951CCC is #6AE333. Grayscale: #535353. Windows color (decimal): -7004980 or 13376661. OLE color: 13376661.

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

Color convert

RGB 149 28 204 -
CMYK 0.27 0.86 0 0.2
HSL 281.25º 0.76% 0.45% -
HSV(B) 281.25º 0.86% 0.8% -
XYZ 23.71 11.58 58.11 -
YUV 84.24 195.59 174.19 -
System Red Green Blue C M Y K H S L
Decimal 149 28 204 0.27 0.86 0 0.2 281.25 0.76 0.45
Hex 95 1C CC 1B 56 0 14 119 4C 2D
Octal 225 34 314 33 126 0 24 431 114 55
Binary 10010101 11100 11001100 11011 1010110 0 10100 100011001 1001100 101101

Color Harmonies of #951CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CCC

Black with #951CCC

Text Example


Text Example

White with #951CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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