Html Css Color HEX #DA69C9 Orchid

📋 copy color: '#DA69C9'

red 218 ◦ green 105 ◦ blue 201

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

Shades of Orchid #DA69C9

Tints of Orchid #DA69C9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.04%

 BLUE value IS 201 (78.91% from 255) = 38.36%

R = 41.6%
G = 20.04%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA69C9 (or 0xDA69C9) is known color: Orchid. HEX triplet: DA, 69 and C9. RGB value is (218,105,201). Sum of RGB (Red+Green+Blue) = 218+105+201=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69C9 is #259636. Grayscale: #959595. Windows color (decimal): -2463287 or 13199834. OLE color: 13199834.

HSL color Cylindrical-coordinate representation of color #DA69C9: hue angle of 309.03º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA69C9 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 105 201 -
CMYK 0 0.52 0.08 0.15
HSL 309.03º 0.6% 0.63% -
HSV(B) 309.03º 0.52% 0.85% -
XYZ 44.51 29.23 58.55 -
YUV 149.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 218 105 201 0 0.52 0.08 0.15 309.03 0.6 0.63
Hex DA 69 C9 0 34 8 F 135 3C 3F
Octal 332 151 311 0 64 10 17 465 74 77
Binary 11011010 1101001 11001001 0 110100 1000 1111 100110101 111100 111111

Color Harmonies of #DA69C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA69C9

Black with #DA69C9

Text Example


Text Example

White with #DA69C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA69C9; }

 p { color: rgb(218,105,201); }

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

background-color css

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

 a { background-color: rgb(218,105,201); }

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

border-color css

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

 span { border-color: rgb(218,105,201); }

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