Html Css Color HEX #DD6ACF Orchid

📋 copy color: '#DD6ACF'

red 221 ◦ green 106 ◦ blue 207

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

Shades of Orchid #DD6ACF

Tints of Orchid #DD6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.85%

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

R = 41.39%
G = 19.85%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD6ACF (or 0xDD6ACF) is known color: Orchid. HEX triplet: DD, 6A and CF. RGB value is (221,106,207). Sum of RGB (Red+Green+Blue) = 221+106+207=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ACF is #229530. Grayscale: #979797. Windows color (decimal): -2266417 or 13593309. OLE color: 13593309.

HSL color Cylindrical-coordinate representation of color #DD6ACF: hue angle of 307.3º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6ACF is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 106 207 -
CMYK 0 0.52 0.06 0.13
HSL 307.3º 0.63% 0.64% -
HSV(B) 307.3º 0.52% 0.87% -
XYZ 46.24 30.19 62.42 -
YUV 151.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 221 106 207 0 0.52 0.06 0.13 307.3 0.63 0.64
Hex DD 6A CF 0 34 6 D 133 3F 40
Octal 335 152 317 0 64 6 15 463 77 100
Binary 11011101 1101010 11001111 0 110100 110 1101 100110011 111111 1000000

Color Harmonies of #DD6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6ACF

Black with #DD6ACF

Text Example


Text Example

White with #DD6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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