Html Css Color HEX #DF68D5 Orchid

📋 copy color: '#DF68D5'

red 223 ◦ green 104 ◦ blue 213

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

Shades of Orchid #DF68D5

Tints of Orchid #DF68D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.44%

R = 41.3%
G = 19.26%
B = 39.44%

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

#DF68D5 (or 0xDF68D5) is known color: Orchid. HEX triplet: DF, 68 and D5. RGB value is (223,104,213). Sum of RGB (Red+Green+Blue) = 223+104+213=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68D5 is #20972A. Grayscale: #979797. Windows color (decimal): -2135851 or 13986015. OLE color: 13986015.

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

Color convert

RGB 223 104 213 -
CMYK 0 0.53 0.04 0.13
HSL 305.04º 0.65% 0.64% -
HSV(B) 305.04º 0.53% 0.87% -
XYZ 47.39 30.39 66.32 -
YUV 152.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 223 104 213 0 0.53 0.04 0.13 305.04 0.65 0.64
Hex DF 68 D5 0 35 4 D 131 41 40
Octal 337 150 325 0 65 4 15 461 101 100
Binary 11011111 1101000 11010101 0 110101 100 1101 100110001 1000001 1000000

Color Harmonies of #DF68D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF68D5

Black with #DF68D5

Text Example


Text Example

White with #DF68D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF68D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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