Html Css Color HEX #DF66E5 Orchid

📋 copy color: '#DF66E5'

red 223 ◦ green 102 ◦ blue 229

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

Shades of Orchid #DF66E5

Tints of Orchid #DF66E5

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.41%

 BLUE value IS 229 (89.84% from 255) = 41.34%

R = 40.25%
G = 18.41%
B = 41.34%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF66E5 (or 0xDF66E5) is known color: Orchid. HEX triplet: DF, 66 and E5. RGB value is (223,102,229). Sum of RGB (Red+Green+Blue) = 223+102+229=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF66E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66E5 is #20991A. Grayscale: #989898. Windows color (decimal): -2136347 or 15034079. OLE color: 15034079.

HSL color Cylindrical-coordinate representation of color #DF66E5: hue angle of 297.17º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF66E5 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 102 229 -
CMYK 0.03 0.55 0 0.10
HSL 297.17º 0.71% 0.65% -
HSV(B) 297.17º 0.55% 0.9% -
XYZ 49.33 30.85 77.48 -
YUV 152.66 171.09 178.17 -
System Red Green Blue C M Y K H S L
Decimal 223 102 229 0.03 0.55 0 0.10 297.17 0.71 0.65
Hex DF 66 E5 3 37 0 A 129 47 41
Octal 337 146 345 3 67 0 12 451 107 101
Binary 11011111 1100110 11100101 11 110111 0 1010 100101001 1000111 1000001

Color Harmonies of #DF66E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF66E5

Black with #DF66E5

Text Example


Text Example

White with #DF66E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF66E5; }

 p { color: rgb(223,102,229); }

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

background-color css

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

 a { background-color: rgb(223,102,229); }

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

border-color css

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

 span { border-color: rgb(223,102,229); }

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