Html Css Color HEX #DD69CE Orchid

📋 copy color: '#DD69CE'

red 221 ◦ green 105 ◦ blue 206

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

Shades of Orchid #DD69CE

Tints of Orchid #DD69CE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.74%

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 41.54%
G = 19.74%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD69CE (or 0xDD69CE) is known color: Orchid. HEX triplet: DD, 69 and CE. RGB value is (221,105,206). Sum of RGB (Red+Green+Blue) = 221+105+206=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69CE is #229631. Grayscale: #969696. Windows color (decimal): -2266674 or 13527517. OLE color: 13527517.

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

Color convert

RGB 221 105 206 -
CMYK 0 0.52 0.07 0.13
HSL 307.76º 0.63% 0.64% -
HSV(B) 307.76º 0.52% 0.87% -
XYZ 46.01 29.93 61.74 -
YUV 151.2 158.93 177.79 -
System Red Green Blue C M Y K H S L
Decimal 221 105 206 0 0.52 0.07 0.13 307.76 0.63 0.64
Hex DD 69 CE 0 34 7 D 134 3F 40
Octal 335 151 316 0 64 7 15 464 77 100
Binary 11011101 1101001 11001110 0 110100 111 1101 100110100 111111 1000000

Color Harmonies of #DD69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69CE

Black with #DD69CE

Text Example


Text Example

White with #DD69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69CE; }

 p { color: rgb(221,105,206); }

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

background-color css

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

 a { background-color: rgb(221,105,206); }

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

border-color css

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

 span { border-color: rgb(221,105,206); }

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