Html Css Color HEX #DD6CDB Orchid

📋 copy color: '#DD6CDB'

red 221 ◦ green 108 ◦ blue 219

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

Shades of Orchid #DD6CDB

Tints of Orchid #DD6CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 40.33%
G = 19.71%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD6CDB (or 0xDD6CDB) is known color: Orchid. HEX triplet: DD, 6C and DB. RGB value is (221,108,219). Sum of RGB (Red+Green+Blue) = 221+108+219=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CDB is #229324. Grayscale: #9A9A9A. Windows color (decimal): -2265893 or 14380253. OLE color: 14380253.

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

Color convert

RGB 221 108 219 -
CMYK 0 0.51 0.01 0.13
HSL 301.06º 0.62% 0.65% -
HSV(B) 301.06º 0.51% 0.87% -
XYZ 47.97 31.21 70.51 -
YUV 154.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 221 108 219 0 0.51 0.01 0.13 301.06 0.62 0.65
Hex DD 6C DB 0 33 1 D 12D 3E 41
Octal 335 154 333 0 63 1 15 455 76 101
Binary 11011101 1101100 11011011 0 110011 1 1101 100101101 111110 1000001

Color Harmonies of #DD6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6CDB

Black with #DD6CDB

Text Example


Text Example

White with #DD6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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