Html Css Color HEX #DA6CDF Orchid

📋 copy color: '#DA6CDF'

red 218 ◦ green 108 ◦ blue 223

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

Shades of Orchid #DA6CDF

Tints of Orchid #DA6CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 39.71%
G = 19.67%
B = 40.62%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA6CDF (or 0xDA6CDF) is known color: Orchid. HEX triplet: DA, 6C and DF. RGB value is (218,108,223). Sum of RGB (Red+Green+Blue) = 218+108+223=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA6CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CDF is #259320. Grayscale: #999999. Windows color (decimal): -2462497 or 14642394. OLE color: 14642394.

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

Color convert

RGB 218 108 223 -
CMYK 0.02 0.52 0 0.13
HSL 297.39º 0.64% 0.65% -
HSV(B) 297.39º 0.52% 0.87% -
XYZ 47.6 30.96 73.28 -
YUV 154 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 218 108 223 0.02 0.52 0 0.13 297.39 0.64 0.65
Hex DA 6C DF 2 34 0 D 129 40 41
Octal 332 154 337 2 64 0 15 451 100 101
Binary 11011010 1101100 11011111 10 110100 0 1101 100101001 1000000 1000001

Color Harmonies of #DA6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CDF

Black with #DA6CDF

Text Example


Text Example

White with #DA6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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