Html Css Color HEX #DD6FC4 Orchid

📋 copy color: '#DD6FC4'

red 221 ◦ green 111 ◦ blue 196

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

Shades of Orchid #DD6FC4

Tints of Orchid #DD6FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.12%

R = 41.86%
G = 21.02%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD6FC4 (or 0xDD6FC4) is known color: Orchid. HEX triplet: DD, 6F and C4. RGB value is (221,111,196). Sum of RGB (Red+Green+Blue) = 221+111+196=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FC4 is #22903B. Grayscale: #999999. Windows color (decimal): -2265148 or 12873693. OLE color: 12873693.

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

Color convert

RGB 221 111 196 -
CMYK 0 0.50 0.11 0.13
HSL 313.64º 0.62% 0.65% -
HSV(B) 313.64º 0.5% 0.87% -
XYZ 45.47 30.73 55.76 -
YUV 153.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 221 111 196 0 0.50 0.11 0.13 313.64 0.62 0.65
Hex DD 6F C4 0 32 B D 13A 3E 41
Octal 335 157 304 0 62 13 15 472 76 101
Binary 11011101 1101111 11000100 0 110010 1011 1101 100111010 111110 1000001

Color Harmonies of #DD6FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FC4

Black with #DD6FC4

Text Example


Text Example

White with #DD6FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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