Html Css Color HEX #DF69EA Orchid

📋 copy color: '#DF69EA'

red 223 ◦ green 105 ◦ blue 234

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

Shades of Orchid #DF69EA

Tints of Orchid #DF69EA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.68%

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

R = 39.68%
G = 18.68%
B = 41.64%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF69EA (or 0xDF69EA) is known color: Orchid. HEX triplet: DF, 69 and EA. RGB value is (223,105,234). Sum of RGB (Red+Green+Blue) = 223+105+234=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 105 (41.41% from 255 or 18.68% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF69EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF69EA is #209615. Grayscale: #9A9A9A. Windows color (decimal): -2135574 or 15362527. OLE color: 15362527.

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

Color convert

RGB 223 105 234 -
CMYK 0.05 0.55 0 0.08
HSL 294.88º 0.75% 0.66% -
HSV(B) 294.88º 0.55% 0.92% -
XYZ 50.33 31.73 81.31 -
YUV 154.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 223 105 234 0.05 0.55 0 0.08 294.88 0.75 0.66
Hex DF 69 EA 5 37 0 8 127 4B 42
Octal 337 151 352 5 67 0 10 447 113 102
Binary 11011111 1101001 11101010 101 110111 0 1000 100100111 1001011 1000010

Color Harmonies of #DF69EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF69EA

Black with #DF69EA

Text Example


Text Example

White with #DF69EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF69EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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