Html Css Color HEX #DA6FC8 Orchid

📋 copy color: '#DA6FC8'

red 218 ◦ green 111 ◦ blue 200

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

Shades of Orchid #DA6FC8

Tints of Orchid #DA6FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.81%

R = 41.21%
G = 20.98%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA6FC8 (or 0xDA6FC8) is known color: Orchid. HEX triplet: DA, 6F and C8. RGB value is (218,111,200). Sum of RGB (Red+Green+Blue) = 218+111+200=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FC8 is #259037. Grayscale: #989898. Windows color (decimal): -2461752 or 13135834. OLE color: 13135834.

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

Color convert

RGB 218 111 200 -
CMYK 0 0.49 0.08 0.15
HSL 310.09º 0.59% 0.65% -
HSV(B) 310.09º 0.49% 0.85% -
XYZ 45.02 30.44 58.15 -
YUV 153.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 218 111 200 0 0.49 0.08 0.15 310.09 0.59 0.65
Hex DA 6F C8 0 31 8 F 136 3B 41
Octal 332 157 310 0 61 10 17 466 73 101
Binary 11011010 1101111 11001000 0 110001 1000 1111 100110110 111011 1000001

Color Harmonies of #DA6FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FC8

Black with #DA6FC8

Text Example


Text Example

White with #DA6FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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