Html Css Color HEX #DF6BEA Orchid

📋 copy color: '#DF6BEA'

red 223 ◦ green 107 ◦ blue 234

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

Shades of Orchid #DF6BEA

Tints of Orchid #DF6BEA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.97%

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

R = 39.54%
G = 18.97%
B = 41.49%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF6BEA (or 0xDF6BEA) is known color: Orchid. HEX triplet: DF, 6B and EA. RGB value is (223,107,234). Sum of RGB (Red+Green+Blue) = 223+107+234=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 107 (42.19% from 255 or 18.97% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF6BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6BEA is #209415. Grayscale: #9B9B9B. Windows color (decimal): -2135062 or 15363039. OLE color: 15363039.

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

Color convert

RGB 223 107 234 -
CMYK 0.05 0.54 0 0.08
HSL 294.8º 0.75% 0.67% -
HSV(B) 294.8º 0.54% 0.92% -
XYZ 50.54 32.14 81.38 -
YUV 156.16 171.93 175.67 -
System Red Green Blue C M Y K H S L
Decimal 223 107 234 0.05 0.54 0 0.08 294.8 0.75 0.67
Hex DF 6B EA 5 36 0 8 127 4B 43
Octal 337 153 352 5 66 0 10 447 113 103
Binary 11011111 1101011 11101010 101 110110 0 1000 100100111 1001011 1000011

Color Harmonies of #DF6BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6BEA

Black with #DF6BEA

Text Example


Text Example

White with #DF6BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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