Html Css Color HEX #8246CB Dark Orchid

📋 copy color: '#8246CB'

red 130 ◦ green 70 ◦ blue 203

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

Shades of Dark Orchid #8246CB

Tints of Dark Orchid #8246CB

RGB

 RED value IS 130 (51.17% from 255) = 32.26%

 GREEN value IS 70 (27.73% from 255) = 17.37%

 BLUE value IS 203 (79.69% from 255) = 50.37%

R = 32.26%
G = 17.37%
B = 50.37%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8246CB (or 0x8246CB) is known color: Dark Orchid. HEX triplet: 82, 46 and CB. RGB value is (130,70,203). Sum of RGB (Red+Green+Blue) = 130+70+203=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #8246CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8246CB is #7DB934. Grayscale: #666666. Windows color (decimal): -8239413 or 13321858. OLE color: 13321858.

HSL color Cylindrical-coordinate representation of color #8246CB: hue angle of 267.07º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8246CB is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 70 203 -
CMYK 0.36 0.66 0 0.20
HSL 267.07º 0.56% 0.54% -
HSV(B) 267.07º 0.66% 0.8% -
XYZ 22.18 13.44 57.92 -
YUV 103.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 130 70 203 0.36 0.66 0 0.20 267.07 0.56 0.54
Hex 82 46 CB 24 42 0 14 10B 38 36
Octal 202 106 313 44 102 0 24 413 70 66
Binary 10000010 1000110 11001011 100100 1000010 0 10100 100001011 111000 110110

Color Harmonies of #8246CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8246CB

Black with #8246CB

Text Example


Text Example

White with #8246CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8246CB; }

 p { color: rgb(130,70,203); }

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

background-color css

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

 a { background-color: rgb(130,70,203); }

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

border-color css

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

 span { border-color: rgb(130,70,203); }

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