Html Css Color HEX #DA6FC6 Orchid

📋 copy color: '#DA6FC6'

red 218 ◦ green 111 ◦ blue 198

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

Shades of Orchid #DA6FC6

Tints of Orchid #DA6FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.57%

R = 41.37%
G = 21.06%
B = 37.57%

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

#DA6FC6 (or 0xDA6FC6) is known color: Orchid. HEX triplet: DA, 6F and C6. RGB value is (218,111,198). Sum of RGB (Red+Green+Blue) = 218+111+198=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FC6 is #259039. Grayscale: #989898. Windows color (decimal): -2461754 or 13004762. OLE color: 13004762.

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

Color convert

RGB 218 111 198 -
CMYK 0 0.49 0.09 0.15
HSL 311.22º 0.59% 0.65% -
HSV(B) 311.22º 0.49% 0.85% -
XYZ 44.79 30.35 56.92 -
YUV 152.91 153.45 174.43 -
System Red Green Blue C M Y K H S L
Decimal 218 111 198 0 0.49 0.09 0.15 311.22 0.59 0.65
Hex DA 6F C6 0 31 9 F 137 3B 41
Octal 332 157 306 0 61 11 17 467 73 101
Binary 11011010 1101111 11000110 0 110001 1001 1111 100110111 111011 1000001

Color Harmonies of #DA6FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FC6

Black with #DA6FC6

Text Example


Text Example

White with #DA6FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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