Html Css Color HEX #DC83CD Orchid

📋 copy color: '#DC83CD'

red 220 ◦ green 131 ◦ blue 205

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

Shades of Orchid #DC83CD

Tints of Orchid #DC83CD

RGB

 RED value IS 220 (86.33% from 255) = 39.57%

 GREEN value IS 131 (51.56% from 255) = 23.56%

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

R = 39.57%
G = 23.56%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC83CD (or 0xDC83CD) is known color: Orchid. HEX triplet: DC, 83 and CD. RGB value is (220,131,205). Sum of RGB (Red+Green+Blue) = 220+131+205=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83CD is #237C32. Grayscale: #A5A5A5. Windows color (decimal): -2325555 or 13468636. OLE color: 13468636.

HSL color Cylindrical-coordinate representation of color #DC83CD: hue angle of 310.11º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC83CD is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 205 -
CMYK 0 0.40 0.07 0.14
HSL 310.11º 0.56% 0.69% -
HSV(B) 310.11º 0.4% 0.86% -
XYZ 48.65 35.86 62.11 -
YUV 166.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 220 131 205 0 0.40 0.07 0.14 310.11 0.56 0.69
Hex DC 83 CD 0 28 7 E 136 38 45
Octal 334 203 315 0 50 7 16 466 70 105
Binary 11011100 10000011 11001101 0 101000 111 1110 100110110 111000 1000101

Color Harmonies of #DC83CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC83CD

Black with #DC83CD

Text Example


Text Example

White with #DC83CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC83CD; }

 p { color: rgb(220,131,205); }

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

background-color css

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

 a { background-color: rgb(220,131,205); }

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

border-color css

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

 span { border-color: rgb(220,131,205); }

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