Html Css Color HEX #DD6BCC Orchid

📋 copy color: '#DD6BCC'

red 221 ◦ green 107 ◦ blue 204

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

Shades of Orchid #DD6BCC

Tints of Orchid #DD6BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.11%

 BLUE value IS 204 (80.08% from 255) = 38.35%

R = 41.54%
G = 20.11%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD6BCC (or 0xDD6BCC) is known color: Orchid. HEX triplet: DD, 6B and CC. RGB value is (221,107,204). Sum of RGB (Red+Green+Blue) = 221+107+204=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BCC is #229433. Grayscale: #979797. Windows color (decimal): -2266164 or 13396957. OLE color: 13396957.

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

Color convert

RGB 221 107 204 -
CMYK 0 0.52 0.08 0.13
HSL 308.95º 0.63% 0.64% -
HSV(B) 308.95º 0.52% 0.87% -
XYZ 45.98 30.25 60.54 -
YUV 152.14 157.27 177.11 -
System Red Green Blue C M Y K H S L
Decimal 221 107 204 0 0.52 0.08 0.13 308.95 0.63 0.64
Hex DD 6B CC 0 34 8 D 135 3F 40
Octal 335 153 314 0 64 10 15 465 77 100
Binary 11011101 1101011 11001100 0 110100 1000 1101 100110101 111111 1000000

Color Harmonies of #DD6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BCC

Black with #DD6BCC

Text Example


Text Example

White with #DD6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BCC; }

 p { color: rgb(221,107,204); }

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

background-color css

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

 a { background-color: rgb(221,107,204); }

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

border-color css

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

 span { border-color: rgb(221,107,204); }

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