Html Css Color HEX #DF68E1 Orchid

📋 copy color: '#DF68E1'

red 223 ◦ green 104 ◦ blue 225

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

Shades of Orchid #DF68E1

Tints of Orchid #DF68E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.76%

R = 40.4%
G = 18.84%
B = 40.76%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF68E1 (or 0xDF68E1) is known color: Orchid. HEX triplet: DF, 68 and E1. RGB value is (223,104,225). Sum of RGB (Red+Green+Blue) = 223+104+225=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF68E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68E1 is #20971E. Grayscale: #999999. Windows color (decimal): -2135839 or 14772447. OLE color: 14772447.

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

Color convert

RGB 223 104 225 -
CMYK 0.01 0.54 0 0.12
HSL 299.01º 0.67% 0.65% -
HSV(B) 299.01º 0.54% 0.88% -
XYZ 48.97 31.02 74.64 -
YUV 153.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 223 104 225 0.01 0.54 0 0.12 299.01 0.67 0.65
Hex DF 68 E1 1 36 0 C 12B 43 41
Octal 337 150 341 1 66 0 14 453 103 101
Binary 11011111 1101000 11100001 1 110110 0 1100 100101011 1000011 1000001

Color Harmonies of #DF68E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF68E1

Black with #DF68E1

Text Example


Text Example

White with #DF68E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF68E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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