Html Css Color HEX #DA6DCE Orchid

📋 copy color: '#DA6DCE'

red 218 ◦ green 109 ◦ blue 206

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

Shades of Orchid #DA6DCE

Tints of Orchid #DA6DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 40.9%
G = 20.45%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA6DCE (or 0xDA6DCE) is known color: Orchid. HEX triplet: DA, 6D and CE. RGB value is (218,109,206). Sum of RGB (Red+Green+Blue) = 218+109+206=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DCE is #259231. Grayscale: #989898. Windows color (decimal): -2462258 or 13528538. OLE color: 13528538.

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

Color convert

RGB 218 109 206 -
CMYK 0 0.5 0.06 0.15
HSL 306.61º 0.6% 0.64% -
HSV(B) 306.61º 0.5% 0.85% -
XYZ 45.52 30.3 61.84 -
YUV 152.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 218 109 206 0 0.5 0.06 0.15 306.61 0.6 0.64
Hex DA 6D CE 0 32 6 F 133 3C 40
Octal 332 155 316 0 62 6 17 463 74 100
Binary 11011010 1101101 11001110 0 110010 110 1111 100110011 111100 1000000

Color Harmonies of #DA6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6DCE

Black with #DA6DCE

Text Example


Text Example

White with #DA6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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