Html Css Color HEX #DD6BC2 Orchid

📋 copy color: '#DD6BC2'

red 221 ◦ green 107 ◦ blue 194

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

Shades of Orchid #DD6BC2

Tints of Orchid #DD6BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.16%

R = 42.34%
G = 20.5%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD6BC2 (or 0xDD6BC2) is known color: Orchid. HEX triplet: DD, 6B and C2. RGB value is (221,107,194). Sum of RGB (Red+Green+Blue) = 221+107+194=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BC2 is #22943D. Grayscale: #969696. Windows color (decimal): -2266174 or 12741597. OLE color: 12741597.

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

Color convert

RGB 221 107 194 -
CMYK 0 0.52 0.12 0.13
HSL 314.21º 0.63% 0.64% -
HSV(B) 314.21º 0.52% 0.87% -
XYZ 44.81 29.78 54.43 -
YUV 151 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 221 107 194 0 0.52 0.12 0.13 314.21 0.63 0.64
Hex DD 6B C2 0 34 C D 13A 3F 40
Octal 335 153 302 0 64 14 15 472 77 100
Binary 11011101 1101011 11000010 0 110100 1100 1101 100111010 111111 1000000

Color Harmonies of #DD6BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BC2

Black with #DD6BC2

Text Example


Text Example

White with #DD6BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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