Html Css Color HEX #DD6DCF Orchid

📋 copy color: '#DD6DCF'

red 221 ◦ green 109 ◦ blue 207

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

Shades of Orchid #DD6DCF

Tints of Orchid #DD6DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.55%

R = 41.15%
G = 20.3%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD6DCF (or 0xDD6DCF) is known color: Orchid. HEX triplet: DD, 6D and CF. RGB value is (221,109,207). Sum of RGB (Red+Green+Blue) = 221+109+207=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DCF is #229230. Grayscale: #999999. Windows color (decimal): -2265649 or 13594077. OLE color: 13594077.

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

Color convert

RGB 221 109 207 -
CMYK 0 0.51 0.06 0.13
HSL 307.5º 0.62% 0.65% -
HSV(B) 307.5º 0.51% 0.87% -
XYZ 46.55 30.81 62.53 -
YUV 153.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 221 109 207 0 0.51 0.06 0.13 307.5 0.62 0.65
Hex DD 6D CF 0 33 6 D 134 3E 41
Octal 335 155 317 0 63 6 15 464 76 101
Binary 11011101 1101101 11001111 0 110011 110 1101 100110100 111110 1000001

Color Harmonies of #DD6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DCF

Black with #DD6DCF

Text Example


Text Example

White with #DD6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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