Html Css Color HEX #DF66EA Orchid

📋 copy color: '#DF66EA'

red 223 ◦ green 102 ◦ blue 234

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

Shades of Orchid #DF66EA

Tints of Orchid #DF66EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.86%

R = 39.89%
G = 18.25%
B = 41.86%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF66EA (or 0xDF66EA) is known color: Orchid. HEX triplet: DF, 66 and EA. RGB value is (223,102,234). Sum of RGB (Red+Green+Blue) = 223+102+234=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 102 (40.23% from 255 or 18.25% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF66EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF66EA is #209915. Grayscale: #989898. Windows color (decimal): -2136342 or 15361759. OLE color: 15361759.

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

Color convert

RGB 223 102 234 -
CMYK 0.05 0.56 0 0.08
HSL 295º 0.76% 0.66% -
HSV(B) 295º 0.56% 0.92% -
XYZ 50.03 31.13 81.21 -
YUV 153.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 223 102 234 0.05 0.56 0 0.08 295 0.76 0.66
Hex DF 66 EA 5 38 0 8 127 4C 42
Octal 337 146 352 5 70 0 10 447 114 102
Binary 11011111 1100110 11101010 101 111000 0 1000 100100111 1001100 1000010

Color Harmonies of #DF66EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF66EA

Black with #DF66EA

Text Example


Text Example

White with #DF66EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF66EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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