Html Css Color HEX #8C34CC Dark Orchid

📋 copy color: '#8C34CC'

red 140 ◦ green 52 ◦ blue 204

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

Shades of Dark Orchid #8C34CC

Tints of Dark Orchid #8C34CC

RGB

 RED value IS 140 (55.08% from 255) = 35.35%

 GREEN value IS 52 (20.7% from 255) = 13.13%

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

R = 35.35%
G = 13.13%
B = 51.52%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C34CC (or 0x8C34CC) is known color: Dark Orchid. HEX triplet: 8C, 34 and CC. RGB value is (140,52,204). Sum of RGB (Red+Green+Blue) = 140+52+204=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 52 (20.70% from 255 or 13.13% 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 #8C34CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C34CC is #73CB33. Grayscale: #5F5F5F. Windows color (decimal): -7588660 or 13382796. OLE color: 13382796.

HSL color Cylindrical-coordinate representation of color #8C34CC: hue angle of 274.74º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C34CC is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 52 204 -
CMYK 0.31 0.75 0 0.2
HSL 274.74º 0.6% 0.5% -
HSV(B) 274.74º 0.75% 0.8% -
XYZ 22.94 12.39 58.31 -
YUV 95.64 189.15 159.64 -
System Red Green Blue C M Y K H S L
Decimal 140 52 204 0.31 0.75 0 0.2 274.74 0.6 0.5
Hex 8C 34 CC 1F 4B 0 14 113 3C 32
Octal 214 64 314 37 113 0 24 423 74 62
Binary 10001100 110100 11001100 11111 1001011 0 10100 100010011 111100 110010

Color Harmonies of #8C34CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C34CC

Black with #8C34CC

Text Example


Text Example

White with #8C34CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C34CC; }

 p { color: rgb(140,52,204); }

 H1.HeaderClassName
 {
   color: #8C34CC;
 }
 .AnyTagClassName
 {
   color: #8C34CC;
 }
</style>

background-color css

<style>
 a { background-color: #8C34CC; }

 a { background-color: rgb(140,52,204); }

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

border-color css

<style>
 span { border-color: #8C34CC; }

 span { border-color: rgb(140,52,204); }

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