Html Css Color HEX #DD83C8 Orchid

📋 copy color: '#DD83C8'

red 221 ◦ green 131 ◦ blue 200

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

Shades of Orchid #DD83C8

Tints of Orchid #DD83C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.23%

R = 40.04%
G = 23.73%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD83C8 (or 0xDD83C8) is known color: Orchid. HEX triplet: DD, 83 and C8. RGB value is (221,131,200). Sum of RGB (Red+Green+Blue) = 221+131+200=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83C8 is #227C37. Grayscale: #A5A5A5. Windows color (decimal): -2260024 or 13140957. OLE color: 13140957.

HSL color Cylindrical-coordinate representation of color #DD83C8: hue angle of 314º 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 #DD83C8 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 200 -
CMYK 0 0.41 0.10 0.13
HSL 314º 0.57% 0.69% -
HSV(B) 314º 0.41% 0.87% -
XYZ 48.36 35.77 59 -
YUV 165.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 221 131 200 0 0.41 0.10 0.13 314 0.57 0.69
Hex DD 83 C8 0 29 A D 13A 39 45
Octal 335 203 310 0 51 12 15 472 71 105
Binary 11011101 10000011 11001000 0 101001 1010 1101 100111010 111001 1000101

Color Harmonies of #DD83C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83C8

Black with #DD83C8

Text Example


Text Example

White with #DD83C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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