Html Css Color HEX #DF67DD Orchid

📋 copy color: '#DF67DD'

red 223 ◦ green 103 ◦ blue 221

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

Shades of Orchid #DF67DD

Tints of Orchid #DF67DD

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 223 103 221 -
CMYK 0 0.54 0.01 0.13
HSL 301º 0.65% 0.64% -
HSV(B) 301º 0.54% 0.87% -
XYZ 48.33 30.61 71.77 -
YUV 152.33 166.76 178.41 -
System Red Green Blue C M Y K H S L
Decimal 223 103 221 0 0.54 0.01 0.13 301 0.65 0.64
Hex DF 67 DD 0 36 1 D 12D 41 40
Octal 337 147 335 0 66 1 15 455 101 100
Binary 11011111 1100111 11011101 0 110110 1 1101 100101101 1000001 1000000

Color Harmonies of #DF67DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF67DD

Black with #DF67DD

Text Example


Text Example

White with #DF67DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF67DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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