Html Css Color HEX #DF6FEA Orchid

📋 copy color: '#DF6FEA'

red 223 ◦ green 111 ◦ blue 234

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

Shades of Orchid #DF6FEA

Tints of Orchid #DF6FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.54%

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

R = 39.26%
G = 19.54%
B = 41.2%

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

#DF6FEA (or 0xDF6FEA) is known color: Orchid. HEX triplet: DF, 6F and EA. RGB value is (223,111,234). Sum of RGB (Red+Green+Blue) = 223+111+234=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6FEA is #209015. Grayscale: #9E9E9E. Windows color (decimal): -2134038 or 15364063. OLE color: 15364063.

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

Color convert

RGB 223 111 234 -
CMYK 0.05 0.53 0 0.08
HSL 294.63º 0.75% 0.68% -
HSV(B) 294.63º 0.53% 0.92% -
XYZ 50.97 33 81.52 -
YUV 158.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 223 111 234 0.05 0.53 0 0.08 294.63 0.75 0.68
Hex DF 6F EA 5 35 0 8 127 4B 44
Octal 337 157 352 5 65 0 10 447 113 104
Binary 11011111 1101111 11101010 101 110101 0 1000 100100111 1001011 1000100

Color Harmonies of #DF6FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FEA

Black with #DF6FEA

Text Example


Text Example

White with #DF6FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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