Html Css Color HEX #DD6BC1 Orchid

📋 copy color: '#DD6BC1'

red 221 ◦ green 107 ◦ blue 193

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

Shades of Orchid #DD6BC1

Tints of Orchid #DD6BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.04%

R = 42.42%
G = 20.54%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD6BC1 (or 0xDD6BC1) is known color: Orchid. HEX triplet: DD, 6B and C1. RGB value is (221,107,193). Sum of RGB (Red+Green+Blue) = 221+107+193=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BC1 is #22943E. Grayscale: #969696. Windows color (decimal): -2266175 or 12676061. OLE color: 12676061.

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

Color convert

RGB 221 107 193 -
CMYK 0 0.52 0.13 0.13
HSL 314.74º 0.63% 0.64% -
HSV(B) 314.74º 0.52% 0.87% -
XYZ 44.7 29.74 53.84 -
YUV 150.89 151.77 178.01 -
System Red Green Blue C M Y K H S L
Decimal 221 107 193 0 0.52 0.13 0.13 314.74 0.63 0.64
Hex DD 6B C1 0 34 D D 13B 3F 40
Octal 335 153 301 0 64 15 15 473 77 100
Binary 11011101 1101011 11000001 0 110100 1101 1101 100111011 111111 1000000

Color Harmonies of #DD6BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BC1

Black with #DD6BC1

Text Example


Text Example

White with #DD6BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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