Html Css Color HEX #DD69CD Orchid

📋 copy color: '#DD69CD'

red 221 ◦ green 105 ◦ blue 205

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

Shades of Orchid #DD69CD

Tints of Orchid #DD69CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.61%

R = 41.62%
G = 19.77%
B = 38.61%

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

#DD69CD (or 0xDD69CD) is known color: Orchid. HEX triplet: DD, 69 and CD. RGB value is (221,105,205). Sum of RGB (Red+Green+Blue) = 221+105+205=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69CD is #229632. Grayscale: #969696. Windows color (decimal): -2266675 or 13461981. OLE color: 13461981.

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

Color convert

RGB 221 105 205 -
CMYK 0 0.52 0.07 0.13
HSL 308.28º 0.63% 0.64% -
HSV(B) 308.28º 0.52% 0.87% -
XYZ 45.89 29.88 61.11 -
YUV 151.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 221 105 205 0 0.52 0.07 0.13 308.28 0.63 0.64
Hex DD 69 CD 0 34 7 D 134 3F 40
Octal 335 151 315 0 64 7 15 464 77 100
Binary 11011101 1101001 11001101 0 110100 111 1101 100110100 111111 1000000

Color Harmonies of #DD69CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69CD

Black with #DD69CD

Text Example


Text Example

White with #DD69CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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