Html Css Color HEX #8245CB Dark Orchid

📋 copy color: '#8245CB'

red 130 ◦ green 69 ◦ blue 203

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

Shades of Dark Orchid #8245CB

Tints of Dark Orchid #8245CB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.16%

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

R = 32.34%
G = 17.16%
B = 50.5%

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

#8245CB (or 0x8245CB) is known color: Dark Orchid. HEX triplet: 82, 45 and CB. RGB value is (130,69,203). Sum of RGB (Red+Green+Blue) = 130+69+203=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #8245CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8245CB is #7DBA34. Grayscale: #666666. Windows color (decimal): -8239669 or 13321602. OLE color: 13321602.

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

Color convert

RGB 130 69 203 -
CMYK 0.36 0.66 0 0.20
HSL 267.31º 0.56% 0.53% -
HSV(B) 267.31º 0.66% 0.8% -
XYZ 22.11 13.31 57.9 -
YUV 102.52 184.71 147.6 -
System Red Green Blue C M Y K H S L
Decimal 130 69 203 0.36 0.66 0 0.20 267.31 0.56 0.53
Hex 82 45 CB 24 42 0 14 10B 38 35
Octal 202 105 313 44 102 0 24 413 70 65
Binary 10000010 1000101 11001011 100100 1000010 0 10100 100001011 111000 110101

Color Harmonies of #8245CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8245CB

Black with #8245CB

Text Example


Text Example

White with #8245CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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