Html Css Color HEX #DD7BCB Orchid

📋 copy color: '#DD7BCB'

red 221 ◦ green 123 ◦ blue 203

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

Shades of Orchid #DD7BCB

Tints of Orchid #DD7BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.11%

R = 40.4%
G = 22.49%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD7BCB (or 0xDD7BCB) is known color: Orchid. HEX triplet: DD, 7B and CB. RGB value is (221,123,203). Sum of RGB (Red+Green+Blue) = 221+123+203=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BCB is #228434. Grayscale: #A1A1A1. Windows color (decimal): -2262069 or 13335517. OLE color: 13335517.

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

Color convert

RGB 221 123 203 -
CMYK 0 0.44 0.08 0.13
HSL 311.02º 0.59% 0.67% -
HSV(B) 311.02º 0.44% 0.87% -
XYZ 47.68 33.85 60.52 -
YUV 161.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 221 123 203 0 0.44 0.08 0.13 311.02 0.59 0.67
Hex DD 7B CB 0 2C 8 D 137 3B 43
Octal 335 173 313 0 54 10 15 467 73 103
Binary 11011101 1111011 11001011 0 101100 1000 1101 100110111 111011 1000011

Color Harmonies of #DD7BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BCB

Black with #DD7BCB

Text Example


Text Example

White with #DD7BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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