Html Css Color HEX #DA68BF Orchid

📋 copy color: '#DA68BF'

red 218 ◦ green 104 ◦ blue 191

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

Shades of Orchid #DA68BF

Tints of Orchid #DA68BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.23%

R = 42.5%
G = 20.27%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA68BF (or 0xDA68BF) is known color: Orchid. HEX triplet: DA, 68 and BF. RGB value is (218,104,191). Sum of RGB (Red+Green+Blue) = 218+104+191=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68BF is #259740. Grayscale: #939393. Windows color (decimal): -2463553 or 12544218. OLE color: 12544218.

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

Color convert

RGB 218 104 191 -
CMYK 0 0.52 0.12 0.15
HSL 314.21º 0.61% 0.63% -
HSV(B) 314.21º 0.52% 0.85% -
XYZ 43.27 28.57 52.52 -
YUV 148 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 218 104 191 0 0.52 0.12 0.15 314.21 0.61 0.63
Hex DA 68 BF 0 34 C F 13A 3D 3F
Octal 332 150 277 0 64 14 17 472 75 77
Binary 11011010 1101000 10111111 0 110100 1100 1111 100111010 111101 111111

Color Harmonies of #DA68BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA68BF

Black with #DA68BF

Text Example


Text Example

White with #DA68BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA68BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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