Html Css Color HEX #DA7ACF Orchid

📋 copy color: '#DA7ACF'

red 218 ◦ green 122 ◦ blue 207

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

Shades of Orchid #DA7ACF

Tints of Orchid #DA7ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.3%

 BLUE value IS 207 (81.25% from 255) = 37.84%

R = 39.85%
G = 22.3%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA7ACF (or 0xDA7ACF) is known color: Orchid. HEX triplet: DA, 7A and CF. RGB value is (218,122,207). Sum of RGB (Red+Green+Blue) = 218+122+207=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ACF is #258530. Grayscale: #A0A0A0. Windows color (decimal): -2458929 or 13597402. OLE color: 13597402.

HSL color Cylindrical-coordinate representation of color #DA7ACF: hue angle of 306.88º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7ACF is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 122 207 -
CMYK 0 0.44 0.05 0.15
HSL 306.88º 0.56% 0.67% -
HSV(B) 306.88º 0.44% 0.85% -
XYZ 47.14 33.33 62.98 -
YUV 160.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 218 122 207 0 0.44 0.05 0.15 306.88 0.56 0.67
Hex DA 7A CF 0 2C 5 F 133 38 43
Octal 332 172 317 0 54 5 17 463 70 103
Binary 11011010 1111010 11001111 0 101100 101 1111 100110011 111000 1000011

Color Harmonies of #DA7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7ACF

Black with #DA7ACF

Text Example


Text Example

White with #DA7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7ACF; }

 p { color: rgb(218,122,207); }

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

background-color css

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

 a { background-color: rgb(218,122,207); }

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

border-color css

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

 span { border-color: rgb(218,122,207); }

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