Html Css Color HEX #DD6ABC Orchid

📋 copy color: '#DD6ABC'

red 221 ◦ green 106 ◦ blue 188

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

Shades of Orchid #DD6ABC

Tints of Orchid #DD6ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.58%

 BLUE value IS 188 (73.83% from 255) = 36.5%

R = 42.91%
G = 20.58%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD6ABC (or 0xDD6ABC) is known color: Orchid. HEX triplet: DD, 6A and BC. RGB value is (221,106,188). Sum of RGB (Red+Green+Blue) = 221+106+188=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ABC is #229543. Grayscale: #959595. Windows color (decimal): -2266436 or 12348125. OLE color: 12348125.

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

Color convert

RGB 221 106 188 -
CMYK 0 0.52 0.15 0.13
HSL 317.22º 0.63% 0.64% -
HSV(B) 317.22º 0.52% 0.87% -
XYZ 44.05 29.31 50.91 -
YUV 149.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 221 106 188 0 0.52 0.15 0.13 317.22 0.63 0.64
Hex DD 6A BC 0 34 F D 13D 3F 40
Octal 335 152 274 0 64 17 15 475 77 100
Binary 11011101 1101010 10111100 0 110100 1111 1101 100111101 111111 1000000

Color Harmonies of #DD6ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6ABC

Black with #DD6ABC

Text Example


Text Example

White with #DD6ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6ABC; }

 p { color: rgb(221,106,188); }

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

background-color css

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

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

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

border-color css

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

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

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