Html Css Color HEX #DD6CCE Orchid

📋 copy color: '#DD6CCE'

red 221 ◦ green 108 ◦ blue 206

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

Shades of Orchid #DD6CCE

Tints of Orchid #DD6CCE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.19%

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 41.31%
G = 20.19%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD6CCE (or 0xDD6CCE) is known color: Orchid. HEX triplet: DD, 6C and CE. RGB value is (221,108,206). Sum of RGB (Red+Green+Blue) = 221+108+206=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CCE is #229331. Grayscale: #989898. Windows color (decimal): -2265906 or 13528285. OLE color: 13528285.

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

Color convert

RGB 221 108 206 -
CMYK 0 0.51 0.07 0.13
HSL 307.96º 0.62% 0.65% -
HSV(B) 307.96º 0.51% 0.87% -
XYZ 46.32 30.55 61.85 -
YUV 152.96 157.94 176.53 -
System Red Green Blue C M Y K H S L
Decimal 221 108 206 0 0.51 0.07 0.13 307.96 0.62 0.65
Hex DD 6C CE 0 33 7 D 134 3E 41
Octal 335 154 316 0 63 7 15 464 76 101
Binary 11011101 1101100 11001110 0 110011 111 1101 100110100 111110 1000001

Color Harmonies of #DD6CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CCE

Black with #DD6CCE

Text Example


Text Example

White with #DD6CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CCE; }

 p { color: rgb(221,108,206); }

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

background-color css

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

 a { background-color: rgb(221,108,206); }

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

border-color css

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

 span { border-color: rgb(221,108,206); }

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