Html Css Color HEX #8844CB Dark Orchid

📋 copy color: '#8844CB'

red 136 ◦ green 68 ◦ blue 203

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

Shades of Dark Orchid #8844CB

Tints of Dark Orchid #8844CB

RGB

 RED value IS 136 (53.52% from 255) = 33.42%

 GREEN value IS 68 (26.95% from 255) = 16.71%

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

R = 33.42%
G = 16.71%
B = 49.88%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8844CB (or 0x8844CB) is known color: Dark Orchid. HEX triplet: 88, 44 and CB. RGB value is (136,68,203). Sum of RGB (Red+Green+Blue) = 136+68+203=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #8844CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8844CB is #77BB34. Grayscale: #676767. Windows color (decimal): -7846709 or 13321352. OLE color: 13321352.

HSL color Cylindrical-coordinate representation of color #8844CB: hue angle of 270.22º degrees, saturation: 0.56, 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 #8844CB is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 68 203 -
CMYK 0.33 0.67 0 0.20
HSL 270.22º 0.56% 0.53% -
HSV(B) 270.22º 0.67% 0.8% -
XYZ 23 13.68 57.93 -
YUV 103.72 184.03 151.02 -
System Red Green Blue C M Y K H S L
Decimal 136 68 203 0.33 0.67 0 0.20 270.22 0.56 0.53
Hex 88 44 CB 21 43 0 14 10E 38 35
Octal 210 104 313 41 103 0 24 416 70 65
Binary 10001000 1000100 11001011 100001 1000011 0 10100 100001110 111000 110101

Color Harmonies of #8844CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8844CB

Black with #8844CB

Text Example


Text Example

White with #8844CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,68,203); }

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

background-color css

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

 a { background-color: rgb(136,68,203); }

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

border-color css

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

 span { border-color: rgb(136,68,203); }

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