Html Css Color HEX #DD6BD6 Orchid

📋 copy color: '#DD6BD6'

red 221 ◦ green 107 ◦ blue 214

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

Shades of Orchid #DD6BD6

Tints of Orchid #DD6BD6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.74%

 BLUE value IS 214 (83.98% from 255) = 39.48%

R = 40.77%
G = 19.74%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD6BD6 (or 0xDD6BD6) is known color: Orchid. HEX triplet: DD, 6B and D6. RGB value is (221,107,214). Sum of RGB (Red+Green+Blue) = 221+107+214=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BD6 is #229429. Grayscale: #989898. Windows color (decimal): -2266154 or 14052317. OLE color: 14052317.

HSL color Cylindrical-coordinate representation of color #DD6BD6: hue angle of 303.68º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BD6 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 107 214 -
CMYK 0 0.52 0.03 0.13
HSL 303.68º 0.63% 0.64% -
HSV(B) 303.68º 0.52% 0.87% -
XYZ 47.21 30.74 67.06 -
YUV 153.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 221 107 214 0 0.52 0.03 0.13 303.68 0.63 0.64
Hex DD 6B D6 0 34 3 D 130 3F 40
Octal 335 153 326 0 64 3 15 460 77 100
Binary 11011101 1101011 11010110 0 110100 11 1101 100110000 111111 1000000

Color Harmonies of #DD6BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BD6

Black with #DD6BD6

Text Example


Text Example

White with #DD6BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BD6; }

 p { color: rgb(221,107,214); }

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

background-color css

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

 a { background-color: rgb(221,107,214); }

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

border-color css

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

 span { border-color: rgb(221,107,214); }

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