Html Css Color HEX #DA7BDF Orchid

📋 copy color: '#DA7BDF'

red 218 ◦ green 123 ◦ blue 223

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

Shades of Orchid #DA7BDF

Tints of Orchid #DA7BDF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.81%

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

R = 38.65%
G = 21.81%
B = 39.54%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA7BDF (or 0xDA7BDF) is known color: Orchid. HEX triplet: DA, 7B and DF. RGB value is (218,123,223). Sum of RGB (Red+Green+Blue) = 218+123+223=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BDF is #258420. Grayscale: #A2A2A2. Windows color (decimal): -2458657 or 14646234. OLE color: 14646234.

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

Color convert

RGB 218 123 223 -
CMYK 0.02 0.45 0 0.13
HSL 297º 0.61% 0.68% -
HSV(B) 297º 0.45% 0.87% -
XYZ 49.32 34.4 73.85 -
YUV 162.81 161.97 167.37 -
System Red Green Blue C M Y K H S L
Decimal 218 123 223 0.02 0.45 0 0.13 297 0.61 0.68
Hex DA 7B DF 2 2D 0 D 129 3D 44
Octal 332 173 337 2 55 0 15 451 75 104
Binary 11011010 1111011 11011111 10 101101 0 1101 100101001 111101 1000100

Color Harmonies of #DA7BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7BDF

Black with #DA7BDF

Text Example


Text Example

White with #DA7BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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