Html Css Color HEX #DA6FCD Orchid

📋 copy color: '#DA6FCD'

red 218 ◦ green 111 ◦ blue 205

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

Shades of Orchid #DA6FCD

Tints of Orchid #DA6FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 40.82%
G = 20.79%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA6FCD (or 0xDA6FCD) is known color: Orchid. HEX triplet: DA, 6F and CD. RGB value is (218,111,205). Sum of RGB (Red+Green+Blue) = 218+111+205=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FCD is #259032. Grayscale: #999999. Windows color (decimal): -2461747 or 13463514. OLE color: 13463514.

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

Color convert

RGB 218 111 205 -
CMYK 0 0.49 0.06 0.15
HSL 307.29º 0.59% 0.65% -
HSV(B) 307.29º 0.49% 0.85% -
XYZ 45.62 30.68 61.28 -
YUV 153.71 156.95 173.86 -
System Red Green Blue C M Y K H S L
Decimal 218 111 205 0 0.49 0.06 0.15 307.29 0.59 0.65
Hex DA 6F CD 0 31 6 F 133 3B 41
Octal 332 157 315 0 61 6 17 463 73 101
Binary 11011010 1101111 11001101 0 110001 110 1111 100110011 111011 1000001

Color Harmonies of #DA6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FCD

Black with #DA6FCD

Text Example


Text Example

White with #DA6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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