Html Css Color HEX #951CCA Dark Orchid

📋 copy color: '#951CCA'

red 149 ◦ green 28 ◦ blue 202

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

Shades of Dark Orchid #951CCA

Tints of Dark Orchid #951CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.3%

R = 39.31%
G = 7.39%
B = 53.3%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#951CCA (or 0x951CCA) is known color: Dark Orchid. HEX triplet: 95, 1C and CA. RGB value is (149,28,202). Sum of RGB (Red+Green+Blue) = 149+28+202=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #951CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951CCA is #6AE335. Grayscale: #535353. Windows color (decimal): -7004982 or 13245589. OLE color: 13245589.

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

Color convert

RGB 149 28 202 -
CMYK 0.26 0.86 0 0.21
HSL 281.72º 0.76% 0.45% -
HSV(B) 281.72º 0.86% 0.79% -
XYZ 23.47 11.48 56.86 -
YUV 84.02 194.59 174.35 -
System Red Green Blue C M Y K H S L
Decimal 149 28 202 0.26 0.86 0 0.21 281.72 0.76 0.45
Hex 95 1C CA 1A 56 0 15 11A 4C 2D
Octal 225 34 312 32 126 0 25 432 114 55
Binary 10010101 11100 11001010 11010 1010110 0 10101 100011010 1001100 101101

Color Harmonies of #951CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CCA

Black with #951CCA

Text Example


Text Example

White with #951CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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