Html Css Color HEX #DD66C6 Orchid

📋 copy color: '#DD66C6'

red 221 ◦ green 102 ◦ blue 198

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

Shades of Orchid #DD66C6

Tints of Orchid #DD66C6

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.58%

 BLUE value IS 198 (77.73% from 255) = 38%

R = 42.42%
G = 19.58%
B = 38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD66C6 (or 0xDD66C6) is known color: Orchid. HEX triplet: DD, 66 and C6. RGB value is (221,102,198). Sum of RGB (Red+Green+Blue) = 221+102+198=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66C6 is #229939. Grayscale: #949494. Windows color (decimal): -2267450 or 13002461. OLE color: 13002461.

HSL color Cylindrical-coordinate representation of color #DD66C6: hue angle of 311.6º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD66C6 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 102 198 -
CMYK 0 0.54 0.10 0.13
HSL 311.6º 0.64% 0.63% -
HSV(B) 311.6º 0.54% 0.87% -
XYZ 44.76 28.95 56.66 -
YUV 148.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 221 102 198 0 0.54 0.10 0.13 311.6 0.64 0.63
Hex DD 66 C6 0 36 A D 138 40 3F
Octal 335 146 306 0 66 12 15 470 100 77
Binary 11011101 1100110 11000110 0 110110 1010 1101 100111000 1000000 111111

Color Harmonies of #DD66C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66C6

Black with #DD66C6

Text Example


Text Example

White with #DD66C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66C6; }

 p { color: rgb(221,102,198); }

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

background-color css

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

 a { background-color: rgb(221,102,198); }

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

border-color css

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

 span { border-color: rgb(221,102,198); }

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