Html Css Color HEX #DA6FDF Orchid

📋 copy color: '#DA6FDF'

red 218 ◦ green 111 ◦ blue 223

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

Shades of Orchid #DA6FDF

Tints of Orchid #DA6FDF

RGB

 RED value IS 218 (85.55% from 255) = 39.49%

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

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 39.49%
G = 20.11%
B = 40.4%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA6FDF (or 0xDA6FDF) is known color: Orchid. HEX triplet: DA, 6F and DF. RGB value is (218,111,223). Sum of RGB (Red+Green+Blue) = 218+111+223=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA6FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FDF is #259020. Grayscale: #9B9B9B. Windows color (decimal): -2461729 or 14643162. OLE color: 14643162.

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

Color convert

RGB 218 111 223 -
CMYK 0.02 0.50 0 0.13
HSL 297.32º 0.64% 0.65% -
HSV(B) 297.32º 0.5% 0.87% -
XYZ 47.92 31.6 73.39 -
YUV 155.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 218 111 223 0.02 0.50 0 0.13 297.32 0.64 0.65
Hex DA 6F DF 2 32 0 D 129 40 41
Octal 332 157 337 2 62 0 15 451 100 101
Binary 11011010 1101111 11011111 10 110010 0 1101 100101001 1000000 1000001

Color Harmonies of #DA6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FDF

Black with #DA6FDF

Text Example


Text Example

White with #DA6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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