Html Css Color HEX #DA6CDD Orchid

📋 copy color: '#DA6CDD'

red 218 ◦ green 108 ◦ blue 221

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

Shades of Orchid #DA6CDD

Tints of Orchid #DA6CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.74%

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 39.85%
G = 19.74%
B = 40.4%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA6CDD (or 0xDA6CDD) is known color: Orchid. HEX triplet: DA, 6C and DD. RGB value is (218,108,221). Sum of RGB (Red+Green+Blue) = 218+108+221=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CDD is #259322. Grayscale: #999999. Windows color (decimal): -2462499 or 14511322. OLE color: 14511322.

HSL color Cylindrical-coordinate representation of color #DA6CDD: hue angle of 298.41º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6CDD is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 108 221 -
CMYK 0.01 0.51 0 0.13
HSL 298.41º 0.62% 0.65% -
HSV(B) 298.41º 0.51% 0.87% -
XYZ 47.33 30.85 71.87 -
YUV 153.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 218 108 221 0.01 0.51 0 0.13 298.41 0.62 0.65
Hex DA 6C DD 1 33 0 D 12A 3E 41
Octal 332 154 335 1 63 0 15 452 76 101
Binary 11011010 1101100 11011101 1 110011 0 1101 100101010 111110 1000001

Color Harmonies of #DA6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CDD

Black with #DA6CDD

Text Example


Text Example

White with #DA6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CDD; }

 p { color: rgb(218,108,221); }

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

background-color css

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

 a { background-color: rgb(218,108,221); }

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

border-color css

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

 span { border-color: rgb(218,108,221); }

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