Html Css Color HEX #DD67DF Orchid

📋 copy color: '#DD67DF'

red 221 ◦ green 103 ◦ blue 223

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

Shades of Orchid #DD67DF

Tints of Orchid #DD67DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 40.4%
G = 18.83%
B = 40.77%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD67DF (or 0xDD67DF) is known color: Orchid. HEX triplet: DD, 67 and DF. RGB value is (221,103,223). Sum of RGB (Red+Green+Blue) = 221+103+223=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD67DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67DF is #229820. Grayscale: #979797. Windows color (decimal): -2267169 or 14641117. OLE color: 14641117.

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

Color convert

RGB 221 103 223 -
CMYK 0.01 0.54 0 0.13
HSL 299º 0.65% 0.64% -
HSV(B) 299º 0.54% 0.87% -
XYZ 47.99 30.4 73.15 -
YUV 151.96 168.09 177.24 -
System Red Green Blue C M Y K H S L
Decimal 221 103 223 0.01 0.54 0 0.13 299 0.65 0.64
Hex DD 67 DF 1 36 0 D 12B 41 40
Octal 335 147 337 1 66 0 15 453 101 100
Binary 11011101 1100111 11011111 1 110110 0 1101 100101011 1000001 1000000

Color Harmonies of #DD67DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67DF

Black with #DD67DF

Text Example


Text Example

White with #DD67DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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