Html Css Color HEX #DA68BA Orchid

📋 copy color: '#DA68BA'

red 218 ◦ green 104 ◦ blue 186

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

Shades of Orchid #DA68BA

Tints of Orchid #DA68BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.47%

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 42.91%
G = 20.47%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA68BA (or 0xDA68BA) is known color: Orchid. HEX triplet: DA, 68 and BA. RGB value is (218,104,186). Sum of RGB (Red+Green+Blue) = 218+104+186=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68BA is #259745. Grayscale: #939393. Windows color (decimal): -2463558 or 12216538. OLE color: 12216538.

HSL color Cylindrical-coordinate representation of color #DA68BA: hue angle of 316.84º degrees, saturation: 0.61, 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 #DA68BA is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 104 186 -
CMYK 0 0.52 0.15 0.15
HSL 316.84º 0.61% 0.63% -
HSV(B) 316.84º 0.52% 0.85% -
XYZ 42.73 28.35 49.67 -
YUV 147.43 149.77 178.33 -
System Red Green Blue C M Y K H S L
Decimal 218 104 186 0 0.52 0.15 0.15 316.84 0.61 0.63
Hex DA 68 BA 0 34 F F 13D 3D 3F
Octal 332 150 272 0 64 17 17 475 75 77
Binary 11011010 1101000 10111010 0 110100 1111 1111 100111101 111101 111111

Color Harmonies of #DA68BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA68BA

Black with #DA68BA

Text Example


Text Example

White with #DA68BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA68BA; }

 p { color: rgb(218,104,186); }

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

background-color css

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

 a { background-color: rgb(218,104,186); }

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

border-color css

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

 span { border-color: rgb(218,104,186); }

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