Html Css Color HEX #DD6BDD Orchid

📋 copy color: '#DD6BDD'

red 221 ◦ green 107 ◦ blue 221

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

Shades of Orchid #DD6BDD

Tints of Orchid #DD6BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 40.26%
G = 19.49%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD6BDD (or 0xDD6BDD) is known color: Orchid. HEX triplet: DD, 6B and DD. RGB value is (221,107,221). Sum of RGB (Red+Green+Blue) = 221+107+221=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BDD is #229422. Grayscale: #999999. Windows color (decimal): -2266147 or 14511069. OLE color: 14511069.

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

Color convert

RGB 221 107 221 -
CMYK 0 0.52 0 0.13
HSL 300º 0.63% 0.64% -
HSV(B) 300º 0.52% 0.87% -
XYZ 48.13 31.11 71.87 -
YUV 154.08 165.77 175.73 -
System Red Green Blue C M Y K H S L
Decimal 221 107 221 0 0.52 0 0.13 300 0.63 0.64
Hex DD 6B DD 0 34 0 D 12C 3F 40
Octal 335 153 335 0 64 0 15 454 77 100
Binary 11011101 1101011 11011101 0 110100 0 1101 100101100 111111 1000000

Color Harmonies of #DD6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BDD

Black with #DD6BDD

Text Example


Text Example

White with #DD6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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