Html Css Color HEX #952DC0 Dark Orchid

📋 copy color: '#952DC0'

red 149 ◦ green 45 ◦ blue 192

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

Shades of Dark Orchid #952DC0

Tints of Dark Orchid #952DC0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.66%

 BLUE value IS 192 (75.39% from 255) = 49.74%

R = 38.6%
G = 11.66%
B = 49.74%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#952DC0 (or 0x952DC0) is known color: Dark Orchid. HEX triplet: 95, 2D and C0. RGB value is (149,45,192). Sum of RGB (Red+Green+Blue) = 149+45+192=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #952DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DC0 is #6AD23F. Grayscale: #5C5C5C. Windows color (decimal): -7000640 or 12594581. OLE color: 12594581.

HSL color Cylindrical-coordinate representation of color #952DC0: hue angle of 282.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952DC0 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 45 192 -
CMYK 0.22 0.77 0 0.25
HSL 282.45º 0.62% 0.46% -
HSV(B) 282.45º 0.77% 0.75% -
XYZ 22.85 12.07 51 -
YUV 92.85 183.96 168.05 -
System Red Green Blue C M Y K H S L
Decimal 149 45 192 0.22 0.77 0 0.25 282.45 0.62 0.46
Hex 95 2D C0 16 4D 0 19 11A 3E 2E
Octal 225 55 300 26 115 0 31 432 76 56
Binary 10010101 101101 11000000 10110 1001101 0 11001 100011010 111110 101110

Color Harmonies of #952DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DC0

Black with #952DC0

Text Example


Text Example

White with #952DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952DC0; }

 p { color: rgb(149,45,192); }

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

background-color css

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

 a { background-color: rgb(149,45,192); }

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

border-color css

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

 span { border-color: rgb(149,45,192); }

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