Html Css Color HEX #DD67BC Orchid

📋 copy color: '#DD67BC'

red 221 ◦ green 103 ◦ blue 188

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

Shades of Orchid #DD67BC

Tints of Orchid #DD67BC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.12%

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

R = 43.16%
G = 20.12%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD67BC (or 0xDD67BC) is known color: Orchid. HEX triplet: DD, 67 and BC. RGB value is (221,103,188). Sum of RGB (Red+Green+Blue) = 221+103+188=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67BC is #229843. Grayscale: #939393. Windows color (decimal): -2267204 or 12347357. OLE color: 12347357.

HSL color Cylindrical-coordinate representation of color #DD67BC: hue angle of 316.78º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD67BC is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 103 188 -
CMYK 0 0.53 0.15 0.13
HSL 316.78º 0.63% 0.64% -
HSV(B) 316.78º 0.53% 0.87% -
XYZ 43.75 28.7 50.81 -
YUV 147.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 221 103 188 0 0.53 0.15 0.13 316.78 0.63 0.64
Hex DD 67 BC 0 35 F D 13D 3F 40
Octal 335 147 274 0 65 17 15 475 77 100
Binary 11011101 1100111 10111100 0 110101 1111 1101 100111101 111111 1000000

Color Harmonies of #DD67BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67BC

Black with #DD67BC

Text Example


Text Example

White with #DD67BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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