Html Css Color HEX #DA6DCF Orchid

📋 copy color: '#DA6DCF'

red 218 ◦ green 109 ◦ blue 207

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

Shades of Orchid #DA6DCF

Tints of Orchid #DA6DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.41%

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

R = 40.82%
G = 20.41%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA6DCF (or 0xDA6DCF) is known color: Orchid. HEX triplet: DA, 6D and CF. RGB value is (218,109,207). Sum of RGB (Red+Green+Blue) = 218+109+207=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DCF is #259230. Grayscale: #989898. Windows color (decimal): -2462257 or 13594074. OLE color: 13594074.

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

Color convert

RGB 218 109 207 -
CMYK 0 0.5 0.05 0.15
HSL 306.06º 0.6% 0.64% -
HSV(B) 306.06º 0.5% 0.85% -
XYZ 45.64 30.35 62.48 -
YUV 152.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 218 109 207 0 0.5 0.05 0.15 306.06 0.6 0.64
Hex DA 6D CF 0 32 5 F 132 3C 40
Octal 332 155 317 0 62 5 17 462 74 100
Binary 11011010 1101101 11001111 0 110010 101 1111 100110010 111100 1000000

Color Harmonies of #DA6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6DCF

Black with #DA6DCF

Text Example


Text Example

White with #DA6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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