Html Css Color HEX #DA6FC7 Orchid

📋 copy color: '#DA6FC7'

red 218 ◦ green 111 ◦ blue 199

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

Shades of Orchid #DA6FC7

Tints of Orchid #DA6FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.69%

R = 41.29%
G = 21.02%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA6FC7 (or 0xDA6FC7) is known color: Orchid. HEX triplet: DA, 6F and C7. RGB value is (218,111,199). Sum of RGB (Red+Green+Blue) = 218+111+199=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FC7 is #259038. Grayscale: #989898. Windows color (decimal): -2461753 or 13070298. OLE color: 13070298.

HSL color Cylindrical-coordinate representation of color #DA6FC7: hue angle of 310.65º 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 #DA6FC7 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 111 199 -
CMYK 0 0.49 0.09 0.15
HSL 310.65º 0.59% 0.65% -
HSV(B) 310.65º 0.49% 0.85% -
XYZ 44.91 30.4 57.53 -
YUV 153.03 153.95 174.34 -
System Red Green Blue C M Y K H S L
Decimal 218 111 199 0 0.49 0.09 0.15 310.65 0.59 0.65
Hex DA 6F C7 0 31 9 F 137 3B 41
Octal 332 157 307 0 61 11 17 467 73 101
Binary 11011010 1101111 11000111 0 110001 1001 1111 100110111 111011 1000001

Color Harmonies of #DA6FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FC7

Black with #DA6FC7

Text Example


Text Example

White with #DA6FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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