Html Css Color HEX #8243CC Dark Orchid

📋 copy color: '#8243CC'

red 130 ◦ green 67 ◦ blue 204

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

Shades of Dark Orchid #8243CC

Tints of Dark Orchid #8243CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.71%

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

R = 32.42%
G = 16.71%
B = 50.87%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8243CC (or 0x8243CC) is known color: Dark Orchid. HEX triplet: 82, 43 and CC. RGB value is (130,67,204). Sum of RGB (Red+Green+Blue) = 130+67+204=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #8243CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8243CC is #7DBC33. Grayscale: #646464. Windows color (decimal): -8240180 or 13386626. OLE color: 13386626.

HSL color Cylindrical-coordinate representation of color #8243CC: hue angle of 267.59º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8243CC is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 67 204 -
CMYK 0.36 0.67 0 0.2
HSL 267.59º 0.57% 0.53% -
HSV(B) 267.59º 0.67% 0.8% -
XYZ 22.11 13.12 58.49 -
YUV 101.46 185.87 148.36 -
System Red Green Blue C M Y K H S L
Decimal 130 67 204 0.36 0.67 0 0.2 267.59 0.57 0.53
Hex 82 43 CC 24 43 0 14 10C 39 35
Octal 202 103 314 44 103 0 24 414 71 65
Binary 10000010 1000011 11001100 100100 1000011 0 10100 100001100 111001 110101

Color Harmonies of #8243CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8243CC

Black with #8243CC

Text Example


Text Example

White with #8243CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8243CC; }

 p { color: rgb(130,67,204); }

 H1.HeaderClassName
 {
   color: #8243CC;
 }
 .AnyTagClassName
 {
   color: #8243CC;
 }
</style>

background-color css

<style>
 a { background-color: #8243CC; }

 a { background-color: rgb(130,67,204); }

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

border-color css

<style>
 span { border-color: #8243CC; }

 span { border-color: rgb(130,67,204); }

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