Html Css Color HEX #923ECD Dark Orchid

📋 copy color: '#923ECD'

red 146 ◦ green 62 ◦ blue 205

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

Shades of Dark Orchid #923ECD

Tints of Dark Orchid #923ECD

RGB

 RED value IS 146 (57.42% from 255) = 35.35%

 GREEN value IS 62 (24.61% from 255) = 15.01%

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 35.35%
G = 15.01%
B = 49.64%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#923ECD (or 0x923ECD) is known color: Dark Orchid. HEX triplet: 92, 3E and CD. RGB value is (146,62,205). Sum of RGB (Red+Green+Blue) = 146+62+205=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #923ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923ECD is #6DC132. Grayscale: #666666. Windows color (decimal): -7192883 or 13450898. OLE color: 13450898.

HSL color Cylindrical-coordinate representation of color #923ECD: hue angle of 275.24º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #923ECD is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 62 205 -
CMYK 0.29 0.70 0 0.20
HSL 275.24º 0.59% 0.52% -
HSV(B) 275.24º 0.7% 0.8% -
XYZ 24.6 13.96 59.16 -
YUV 103.42 185.33 158.37 -
System Red Green Blue C M Y K H S L
Decimal 146 62 205 0.29 0.70 0 0.20 275.24 0.59 0.52
Hex 92 3E CD 1D 46 0 14 113 3B 34
Octal 222 76 315 35 106 0 24 423 73 64
Binary 10010010 111110 11001101 11101 1000110 0 10100 100010011 111011 110100

Color Harmonies of #923ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923ECD

Black with #923ECD

Text Example


Text Example

White with #923ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923ECD; }

 p { color: rgb(146,62,205); }

 H1.HeaderClassName
 {
   color: #923ECD;
 }
 .AnyTagClassName
 {
   color: #923ECD;
 }
</style>

background-color css

<style>
 a { background-color: #923ECD; }

 a { background-color: rgb(146,62,205); }

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

border-color css

<style>
 span { border-color: #923ECD; }

 span { border-color: rgb(146,62,205); }

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