Html Css Color HEX #DF6DEA Orchid

📋 copy color: '#DF6DEA'

red 223 ◦ green 109 ◦ blue 234

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

Shades of Orchid #DF6DEA

Tints of Orchid #DF6DEA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.26%

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

R = 39.4%
G = 19.26%
B = 41.34%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF6DEA (or 0xDF6DEA) is known color: Orchid. HEX triplet: DF, 6D and EA. RGB value is (223,109,234). Sum of RGB (Red+Green+Blue) = 223+109+234=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF6DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6DEA is #209215. Grayscale: #9C9C9C. Windows color (decimal): -2134550 or 15363551. OLE color: 15363551.

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

Color convert

RGB 223 109 234 -
CMYK 0.05 0.53 0 0.08
HSL 294.72º 0.75% 0.67% -
HSV(B) 294.72º 0.53% 0.92% -
XYZ 50.75 32.57 81.45 -
YUV 157.34 171.27 174.84 -
System Red Green Blue C M Y K H S L
Decimal 223 109 234 0.05 0.53 0 0.08 294.72 0.75 0.67
Hex DF 6D EA 5 35 0 8 127 4B 43
Octal 337 155 352 5 65 0 10 447 113 103
Binary 11011111 1101101 11101010 101 110101 0 1000 100100111 1001011 1000011

Color Harmonies of #DF6DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6DEA

Black with #DF6DEA

Text Example


Text Example

White with #DF6DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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