Html Css Color HEX #DD6FCB Orchid

📋 copy color: '#DD6FCB'

red 221 ◦ green 111 ◦ blue 203

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

Shades of Orchid #DD6FCB

Tints of Orchid #DD6FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.75%

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

R = 41.31%
G = 20.75%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD6FCB (or 0xDD6FCB) is known color: Orchid. HEX triplet: DD, 6F and CB. RGB value is (221,111,203). Sum of RGB (Red+Green+Blue) = 221+111+203=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FCB is #229034. Grayscale: #9A9A9A. Windows color (decimal): -2265141 or 13332445. OLE color: 13332445.

HSL color Cylindrical-coordinate representation of color #DD6FCB: hue angle of 309.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FCB is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 111 203 -
CMYK 0 0.50 0.08 0.13
HSL 309.82º 0.62% 0.65% -
HSV(B) 309.82º 0.5% 0.87% -
XYZ 46.28 31.05 60.05 -
YUV 154.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 221 111 203 0 0.50 0.08 0.13 309.82 0.62 0.65
Hex DD 6F CB 0 32 8 D 136 3E 41
Octal 335 157 313 0 62 10 15 466 76 101
Binary 11011101 1101111 11001011 0 110010 1000 1101 100110110 111110 1000001

Color Harmonies of #DD6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FCB

Black with #DD6FCB

Text Example


Text Example

White with #DD6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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