Html Css Color HEX #DD83CD Orchid

📋 copy color: '#DD83CD'

red 221 ◦ green 131 ◦ blue 205

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

Shades of Orchid #DD83CD

Tints of Orchid #DD83CD

RGB

 RED value IS 221 (86.72% from 255) = 39.68%

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

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

R = 39.68%
G = 23.52%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD83CD (or 0xDD83CD) is known color: Orchid. HEX triplet: DD, 83 and CD. RGB value is (221,131,205). Sum of RGB (Red+Green+Blue) = 221+131+205=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83CD is #227C32. Grayscale: #A6A6A6. Windows color (decimal): -2260019 or 13468637. OLE color: 13468637.

HSL color Cylindrical-coordinate representation of color #DD83CD: hue angle of 310.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD83CD is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 205 -
CMYK 0 0.41 0.07 0.13
HSL 310.67º 0.57% 0.69% -
HSV(B) 310.67º 0.41% 0.87% -
XYZ 48.95 36.01 62.13 -
YUV 166.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 221 131 205 0 0.41 0.07 0.13 310.67 0.57 0.69
Hex DD 83 CD 0 29 7 D 137 39 45
Octal 335 203 315 0 51 7 15 467 71 105
Binary 11011101 10000011 11001101 0 101001 111 1101 100110111 111001 1000101

Color Harmonies of #DD83CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83CD

Black with #DD83CD

Text Example


Text Example

White with #DD83CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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