Html Css Color HEX #DF6BDA Orchid

📋 copy color: '#DF6BDA'

red 223 ◦ green 107 ◦ blue 218

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

Shades of Orchid #DF6BDA

Tints of Orchid #DF6BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.78%

R = 40.69%
G = 19.53%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF6BDA (or 0xDF6BDA) is known color: Orchid. HEX triplet: DF, 6B and DA. RGB value is (223,107,218). Sum of RGB (Red+Green+Blue) = 223+107+218=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6BDA is #209425. Grayscale: #9A9A9A. Windows color (decimal): -2135078 or 14314463. OLE color: 14314463.

HSL color Cylindrical-coordinate representation of color #DF6BDA: hue angle of 302.59º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6BDA is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 107 218 -
CMYK 0 0.52 0.02 0.13
HSL 302.59º 0.64% 0.65% -
HSV(B) 302.59º 0.52% 0.87% -
XYZ 48.34 31.27 69.82 -
YUV 154.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 223 107 218 0 0.52 0.02 0.13 302.59 0.64 0.65
Hex DF 6B DA 0 34 2 D 12F 40 41
Octal 337 153 332 0 64 2 15 457 100 101
Binary 11011111 1101011 11011010 0 110100 10 1101 100101111 1000000 1000001

Color Harmonies of #DF6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6BDA

Black with #DF6BDA

Text Example


Text Example

White with #DF6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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