Html Css Color HEX #DD7BCF Orchid

📋 copy color: '#DD7BCF'

red 221 ◦ green 123 ◦ blue 207

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

Shades of Orchid #DD7BCF

Tints of Orchid #DD7BCF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.32%

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

R = 40.11%
G = 22.32%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD7BCF (or 0xDD7BCF) is known color: Orchid. HEX triplet: DD, 7B and CF. RGB value is (221,123,207). Sum of RGB (Red+Green+Blue) = 221+123+207=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BCF is #228430. Grayscale: #A1A1A1. Windows color (decimal): -2262065 or 13597661. OLE color: 13597661.

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

Color convert

RGB 221 123 207 -
CMYK 0 0.44 0.06 0.13
HSL 308.57º 0.59% 0.67% -
HSV(B) 308.57º 0.44% 0.87% -
XYZ 48.16 34.04 63.06 -
YUV 161.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 221 123 207 0 0.44 0.06 0.13 308.57 0.59 0.67
Hex DD 7B CF 0 2C 6 D 135 3B 43
Octal 335 173 317 0 54 6 15 465 73 103
Binary 11011101 1111011 11001111 0 101100 110 1101 100110101 111011 1000011

Color Harmonies of #DD7BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BCF

Black with #DD7BCF

Text Example


Text Example

White with #DD7BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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