Html Css Color HEX #DD6CD3 Orchid

📋 copy color: '#DD6CD3'

red 221 ◦ green 108 ◦ blue 211

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

Shades of Orchid #DD6CD3

Tints of Orchid #DD6CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.07%

R = 40.93%
G = 20%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD6CD3 (or 0xDD6CD3) is known color: Orchid. HEX triplet: DD, 6C and D3. RGB value is (221,108,211). Sum of RGB (Red+Green+Blue) = 221+108+211=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CD3 is #22932C. Grayscale: #999999. Windows color (decimal): -2265901 or 13855965. OLE color: 13855965.

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

Color convert

RGB 221 108 211 -
CMYK 0 0.51 0.05 0.13
HSL 305.31º 0.62% 0.65% -
HSV(B) 305.31º 0.51% 0.87% -
XYZ 46.94 30.8 65.1 -
YUV 153.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 221 108 211 0 0.51 0.05 0.13 305.31 0.62 0.65
Hex DD 6C D3 0 33 5 D 131 3E 41
Octal 335 154 323 0 63 5 15 461 76 101
Binary 11011101 1101100 11010011 0 110011 101 1101 100110001 111110 1000001

Color Harmonies of #DD6CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CD3

Black with #DD6CD3

Text Example


Text Example

White with #DD6CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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