Html Css Color HEX #DF6AEA Orchid

📋 copy color: '#DF6AEA'

red 223 ◦ green 106 ◦ blue 234

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

Shades of Orchid #DF6AEA

Tints of Orchid #DF6AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.83%

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

R = 39.61%
G = 18.83%
B = 41.56%

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

#DF6AEA (or 0xDF6AEA) is known color: Orchid. HEX triplet: DF, 6A and EA. RGB value is (223,106,234). Sum of RGB (Red+Green+Blue) = 223+106+234=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF6AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6AEA is #209515. Grayscale: #9B9B9B. Windows color (decimal): -2135318 or 15362783. OLE color: 15362783.

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

Color convert

RGB 223 106 234 -
CMYK 0.05 0.55 0 0.08
HSL 294.84º 0.75% 0.67% -
HSV(B) 294.84º 0.55% 0.92% -
XYZ 50.44 31.94 81.35 -
YUV 155.58 172.26 176.09 -
System Red Green Blue C M Y K H S L
Decimal 223 106 234 0.05 0.55 0 0.08 294.84 0.75 0.67
Hex DF 6A EA 5 37 0 8 127 4B 43
Octal 337 152 352 5 67 0 10 447 113 103
Binary 11011111 1101010 11101010 101 110111 0 1000 100100111 1001011 1000011

Color Harmonies of #DF6AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6AEA

Black with #DF6AEA

Text Example


Text Example

White with #DF6AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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