Html Css Color HEX #DD6FCF Orchid

📋 copy color: '#DD6FCF'

red 221 ◦ green 111 ◦ blue 207

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

Shades of Orchid #DD6FCF

Tints of Orchid #DD6FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.59%

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

R = 41%
G = 20.59%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD6FCF (or 0xDD6FCF) is known color: Orchid. HEX triplet: DD, 6F and CF. RGB value is (221,111,207). Sum of RGB (Red+Green+Blue) = 221+111+207=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FCF is #229030. Grayscale: #9A9A9A. Windows color (decimal): -2265137 or 13594589. OLE color: 13594589.

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

Color convert

RGB 221 111 207 -
CMYK 0 0.50 0.06 0.13
HSL 307.64º 0.62% 0.65% -
HSV(B) 307.64º 0.5% 0.87% -
XYZ 46.77 31.25 62.6 -
YUV 154.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 221 111 207 0 0.50 0.06 0.13 307.64 0.62 0.65
Hex DD 6F CF 0 32 6 D 134 3E 41
Octal 335 157 317 0 62 6 15 464 76 101
Binary 11011101 1101111 11001111 0 110010 110 1101 100110100 111110 1000001

Color Harmonies of #DD6FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FCF

Black with #DD6FCF

Text Example


Text Example

White with #DD6FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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