Html Css Color HEX #DD6CC1 Orchid

📋 copy color: '#DD6CC1'

red 221 ◦ green 108 ◦ blue 193

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

Shades of Orchid #DD6CC1

Tints of Orchid #DD6CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.97%

R = 42.34%
G = 20.69%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD6CC1 (or 0xDD6CC1) is known color: Orchid. HEX triplet: DD, 6C and C1. RGB value is (221,108,193). Sum of RGB (Red+Green+Blue) = 221+108+193=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CC1 is #22933E. Grayscale: #979797. Windows color (decimal): -2265919 or 12676317. OLE color: 12676317.

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

Color convert

RGB 221 108 193 -
CMYK 0 0.51 0.13 0.13
HSL 314.87º 0.62% 0.65% -
HSV(B) 314.87º 0.51% 0.87% -
XYZ 44.81 29.95 53.87 -
YUV 151.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 221 108 193 0 0.51 0.13 0.13 314.87 0.62 0.65
Hex DD 6C C1 0 33 D D 13B 3E 41
Octal 335 154 301 0 63 15 15 473 76 101
Binary 11011101 1101100 11000001 0 110011 1101 1101 100111011 111110 1000001

Color Harmonies of #DD6CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CC1

Black with #DD6CC1

Text Example


Text Example

White with #DD6CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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