Html Css Color HEX #DA68D7 Orchid

📋 copy color: '#DA68D7'

red 218 ◦ green 104 ◦ blue 215

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

Shades of Orchid #DA68D7

Tints of Orchid #DA68D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.04%

R = 40.6%
G = 19.37%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA68D7 (or 0xDA68D7) is known color: Orchid. HEX triplet: DA, 68 and D7. RGB value is (218,104,215). Sum of RGB (Red+Green+Blue) = 218+104+215=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68D7 is #259728. Grayscale: #969696. Windows color (decimal): -2463529 or 14117082. OLE color: 14117082.

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

Color convert

RGB 218 104 215 -
CMYK 0 0.52 0.01 0.15
HSL 301.58º 0.61% 0.63% -
HSV(B) 301.58º 0.52% 0.85% -
XYZ 46.13 29.71 67.59 -
YUV 150.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 218 104 215 0 0.52 0.01 0.15 301.58 0.61 0.63
Hex DA 68 D7 0 34 1 F 12E 3D 3F
Octal 332 150 327 0 64 1 17 456 75 77
Binary 11011010 1101000 11010111 0 110100 1 1111 100101110 111101 111111

Color Harmonies of #DA68D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA68D7

Black with #DA68D7

Text Example


Text Example

White with #DA68D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA68D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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