Html Css Color HEX #DF66EB Orchid

📋 copy color: '#DF66EB'

red 223 ◦ green 102 ◦ blue 235

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

Shades of Orchid #DF66EB

Tints of Orchid #DF66EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 39.82%
G = 18.21%
B = 41.96%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF66EB (or 0xDF66EB) is known color: Orchid. HEX triplet: DF, 66 and EB. RGB value is (223,102,235). Sum of RGB (Red+Green+Blue) = 223+102+235=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF66EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF66EB is #209914. Grayscale: #989898. Windows color (decimal): -2136341 or 15427295. OLE color: 15427295.

HSL color Cylindrical-coordinate representation of color #DF66EB: hue angle of 294.59º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF66EB is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 102 235 -
CMYK 0.05 0.57 0 0.08
HSL 294.59º 0.77% 0.66% -
HSV(B) 294.59º 0.57% 0.92% -
XYZ 50.18 31.19 81.97 -
YUV 153.34 174.09 177.69 -
System Red Green Blue C M Y K H S L
Decimal 223 102 235 0.05 0.57 0 0.08 294.59 0.77 0.66
Hex DF 66 EB 5 39 0 8 127 4D 42
Octal 337 146 353 5 71 0 10 447 115 102
Binary 11011111 1100110 11101011 101 111001 0 1000 100100111 1001101 1000010

Color Harmonies of #DF66EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF66EB

Black with #DF66EB

Text Example


Text Example

White with #DF66EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF66EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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