Html Css Color HEX #DD6CC4 Orchid

📋 copy color: '#DD6CC4'

red 221 ◦ green 108 ◦ blue 196

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

Shades of Orchid #DD6CC4

Tints of Orchid #DD6CC4

RGB

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

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

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

R = 42.1%
G = 20.57%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD6CC4 (or 0xDD6CC4) is known color: Orchid. HEX triplet: DD, 6C and C4. RGB value is (221,108,196). Sum of RGB (Red+Green+Blue) = 221+108+196=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CC4 is #22933B. Grayscale: #979797. Windows color (decimal): -2265916 or 12872925. OLE color: 12872925.

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

Color convert

RGB 221 108 196 -
CMYK 0 0.51 0.11 0.13
HSL 313.27º 0.62% 0.65% -
HSV(B) 313.27º 0.51% 0.87% -
XYZ 45.15 30.08 55.65 -
YUV 151.82 152.94 177.34 -
System Red Green Blue C M Y K H S L
Decimal 221 108 196 0 0.51 0.11 0.13 313.27 0.62 0.65
Hex DD 6C C4 0 33 B D 139 3E 41
Octal 335 154 304 0 63 13 15 471 76 101
Binary 11011101 1101100 11000100 0 110011 1011 1101 100111001 111110 1000001

Color Harmonies of #DD6CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CC4

Black with #DD6CC4

Text Example


Text Example

White with #DD6CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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