Html Css Color HEX #DA6FCF Orchid

📋 copy color: '#DA6FCF'

red 218 ◦ green 111 ◦ blue 207

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

Shades of Orchid #DA6FCF

Tints of Orchid #DA6FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.62%

R = 40.67%
G = 20.71%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA6FCF (or 0xDA6FCF) is known color: Orchid. HEX triplet: DA, 6F and CF. RGB value is (218,111,207). Sum of RGB (Red+Green+Blue) = 218+111+207=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FCF is #259030. Grayscale: #999999. Windows color (decimal): -2461745 or 13594586. OLE color: 13594586.

HSL color Cylindrical-coordinate representation of color #DA6FCF: hue angle of 306.17º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA6FCF is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 111 207 -
CMYK 0 0.49 0.05 0.15
HSL 306.17º 0.59% 0.65% -
HSV(B) 306.17º 0.49% 0.85% -
XYZ 45.86 30.78 62.56 -
YUV 153.94 157.95 173.69 -
System Red Green Blue C M Y K H S L
Decimal 218 111 207 0 0.49 0.05 0.15 306.17 0.59 0.65
Hex DA 6F CF 0 31 5 F 132 3B 41
Octal 332 157 317 0 61 5 17 462 73 101
Binary 11011010 1101111 11001111 0 110001 101 1111 100110010 111011 1000001

Color Harmonies of #DA6FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FCF

Black with #DA6FCF

Text Example


Text Example

White with #DA6FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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