Html Css Color HEX #DF66E3 Orchid

📋 copy color: '#DF66E3'

red 223 ◦ green 102 ◦ blue 227

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

Shades of Orchid #DF66E3

Tints of Orchid #DF66E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 41.12%

R = 40.4%
G = 18.48%
B = 41.12%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DF66E3 (or 0xDF66E3) is known color: Orchid. HEX triplet: DF, 66 and E3. RGB value is (223,102,227). Sum of RGB (Red+Green+Blue) = 223+102+227=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 227 (89.06% from 255 or 41.12% from 552); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF66E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66E3 is #20991C. Grayscale: #989898. Windows color (decimal): -2136349 or 14903007. OLE color: 14903007.

HSL color Cylindrical-coordinate representation of color #DF66E3: hue angle of 298.08º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF66E3 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 102 227 -
CMYK 0.02 0.55 0 0.11
HSL 298.08º 0.69% 0.65% -
HSV(B) 298.08º 0.55% 0.89% -
XYZ 49.05 30.74 76.02 -
YUV 152.43 170.09 178.34 -
System Red Green Blue C M Y K H S L
Decimal 223 102 227 0.02 0.55 0 0.11 298.08 0.69 0.65
Hex DF 66 E3 2 37 0 B 12A 45 41
Octal 337 146 343 2 67 0 13 452 105 101
Binary 11011111 1100110 11100011 10 110111 0 1011 100101010 1000101 1000001

Color Harmonies of #DF66E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF66E3

Black with #DF66E3

Text Example


Text Example

White with #DF66E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF66E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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