Html Css Color HEX #DD6DC8 Orchid

📋 copy color: '#DD6DC8'

red 221 ◦ green 109 ◦ blue 200

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

Shades of Orchid #DD6DC8

Tints of Orchid #DD6DC8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.57%

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

R = 41.7%
G = 20.57%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD6DC8 (or 0xDD6DC8) is known color: Orchid. HEX triplet: DD, 6D and C8. RGB value is (221,109,200). Sum of RGB (Red+Green+Blue) = 221+109+200=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DC8 is #229237. Grayscale: #989898. Windows color (decimal): -2265656 or 13135325. OLE color: 13135325.

HSL color Cylindrical-coordinate representation of color #DD6DC8: hue angle of 311.25º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6DC8 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 109 200 -
CMYK 0 0.51 0.10 0.13
HSL 311.25º 0.62% 0.65% -
HSV(B) 311.25º 0.51% 0.87% -
XYZ 45.71 30.48 58.12 -
YUV 152.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 221 109 200 0 0.51 0.10 0.13 311.25 0.62 0.65
Hex DD 6D C8 0 33 A D 137 3E 41
Octal 335 155 310 0 63 12 15 467 76 101
Binary 11011101 1101101 11001000 0 110011 1010 1101 100110111 111110 1000001

Color Harmonies of #DD6DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DC8

Black with #DD6DC8

Text Example


Text Example

White with #DD6DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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