Html Css Color HEX #DF68D7 Orchid

📋 copy color: '#DF68D7'

red 223 ◦ green 104 ◦ blue 215

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

Shades of Orchid #DF68D7

Tints of Orchid #DF68D7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.19%

 BLUE value IS 215 (84.38% from 255) = 39.67%

R = 41.14%
G = 19.19%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF68D7 (or 0xDF68D7) is known color: Orchid. HEX triplet: DF, 68 and D7. RGB value is (223,104,215). Sum of RGB (Red+Green+Blue) = 223+104+215=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68D7 is #209728. Grayscale: #979797. Windows color (decimal): -2135849 or 14117087. OLE color: 14117087.

HSL color Cylindrical-coordinate representation of color #DF68D7: hue angle of 304.03º degrees, saturation: 0.65, 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 #DF68D7 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 104 215 -
CMYK 0 0.53 0.04 0.13
HSL 304.03º 0.65% 0.64% -
HSV(B) 304.03º 0.53% 0.87% -
XYZ 47.65 30.49 67.66 -
YUV 152.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 223 104 215 0 0.53 0.04 0.13 304.03 0.65 0.64
Hex DF 68 D7 0 35 4 D 130 41 40
Octal 337 150 327 0 65 4 15 460 101 100
Binary 11011111 1101000 11010111 0 110101 100 1101 100110000 1000001 1000000

Color Harmonies of #DF68D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF68D7

Black with #DF68D7

Text Example


Text Example

White with #DF68D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF68D7; }

 p { color: rgb(223,104,215); }

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

background-color css

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

 a { background-color: rgb(223,104,215); }

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

border-color css

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

 span { border-color: rgb(223,104,215); }

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