Html Css Color HEX #DF67D9 Orchid

📋 copy color: '#DF67D9'

red 223 ◦ green 103 ◦ blue 217

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

Shades of Orchid #DF67D9

Tints of Orchid #DF67D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.96%

R = 41.07%
G = 18.97%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF67D9 (or 0xDF67D9) is known color: Orchid. HEX triplet: DF, 67 and D9. RGB value is (223,103,217). Sum of RGB (Red+Green+Blue) = 223+103+217=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67D9 is #209826. Grayscale: #979797. Windows color (decimal): -2136103 or 14247903. OLE color: 14247903.

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

Color convert

RGB 223 103 217 -
CMYK 0 0.54 0.03 0.13
HSL 303º 0.65% 0.64% -
HSV(B) 303º 0.54% 0.87% -
XYZ 47.81 30.4 68.99 -
YUV 151.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 223 103 217 0 0.54 0.03 0.13 303 0.65 0.64
Hex DF 67 D9 0 36 3 D 12F 41 40
Octal 337 147 331 0 66 3 15 457 101 100
Binary 11011111 1100111 11011001 0 110110 11 1101 100101111 1000001 1000000

Color Harmonies of #DF67D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF67D9

Black with #DF67D9

Text Example


Text Example

White with #DF67D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF67D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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