Html Css Color HEX #8838CC Dark Orchid

📋 copy color: '#8838CC'

red 136 ◦ green 56 ◦ blue 204

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

Shades of Dark Orchid #8838CC

Tints of Dark Orchid #8838CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.14%

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

R = 34.34%
G = 14.14%
B = 51.52%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8838CC (or 0x8838CC) is known color: Dark Orchid. HEX triplet: 88, 38 and CC. RGB value is (136,56,204). Sum of RGB (Red+Green+Blue) = 136+56+204=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #8838CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8838CC is #77C733. Grayscale: #606060. Windows color (decimal): -7849780 or 13383816. OLE color: 13383816.

HSL color Cylindrical-coordinate representation of color #8838CC: hue angle of 272.43º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8838CC is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 56 204 -
CMYK 0.33 0.73 0 0.2
HSL 272.43º 0.59% 0.51% -
HSV(B) 272.43º 0.73% 0.8% -
XYZ 22.47 12.42 58.34 -
YUV 96.79 188.5 155.97 -
System Red Green Blue C M Y K H S L
Decimal 136 56 204 0.33 0.73 0 0.2 272.43 0.59 0.51
Hex 88 38 CC 21 49 0 14 110 3B 33
Octal 210 70 314 41 111 0 24 420 73 63
Binary 10001000 111000 11001100 100001 1001001 0 10100 100010000 111011 110011

Color Harmonies of #8838CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8838CC

Black with #8838CC

Text Example


Text Example

White with #8838CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,56,204); }

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

background-color css

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

 a { background-color: rgb(136,56,204); }

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

border-color css

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

 span { border-color: rgb(136,56,204); }

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