Html Css Color HEX #DD6CC7 Orchid

📋 copy color: '#DD6CC7'

red 221 ◦ green 108 ◦ blue 199

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

Shades of Orchid #DD6CC7

Tints of Orchid #DD6CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.69%

R = 41.86%
G = 20.45%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD6CC7 (or 0xDD6CC7) is known color: Orchid. HEX triplet: DD, 6C and C7. RGB value is (221,108,199). Sum of RGB (Red+Green+Blue) = 221+108+199=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CC7 is #229338. Grayscale: #979797. Windows color (decimal): -2265913 or 13069533. OLE color: 13069533.

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

Color convert

RGB 221 108 199 -
CMYK 0 0.51 0.10 0.13
HSL 311.68º 0.62% 0.65% -
HSV(B) 311.68º 0.51% 0.87% -
XYZ 45.49 30.22 57.47 -
YUV 152.16 154.44 177.1 -
System Red Green Blue C M Y K H S L
Decimal 221 108 199 0 0.51 0.10 0.13 311.68 0.62 0.65
Hex DD 6C C7 0 33 A D 138 3E 41
Octal 335 154 307 0 63 12 15 470 76 101
Binary 11011101 1101100 11000111 0 110011 1010 1101 100111000 111110 1000001

Color Harmonies of #DD6CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CC7

Black with #DD6CC7

Text Example


Text Example

White with #DD6CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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