Html Css Color HEX #DA8ACC Orchid

📋 copy color: '#DA8ACC'

red 218 ◦ green 138 ◦ blue 204

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

Shades of Orchid #DA8ACC

Tints of Orchid #DA8ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.64%

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 38.93%
G = 24.64%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA8ACC (or 0xDA8ACC) is known color: Orchid. HEX triplet: DA, 8A and CC. RGB value is (218,138,204). Sum of RGB (Red+Green+Blue) = 218+138+204=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ACC is #257533. Grayscale: #A9A9A9. Windows color (decimal): -2454836 or 13404890. OLE color: 13404890.

HSL color Cylindrical-coordinate representation of color #DA8ACC: hue angle of 310.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8ACC is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 138 204 -
CMYK 0 0.37 0.06 0.15
HSL 310.5º 0.52% 0.7% -
HSV(B) 310.5º 0.37% 0.85% -
XYZ 48.9 37.44 61.78 -
YUV 169.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 218 138 204 0 0.37 0.06 0.15 310.5 0.52 0.7
Hex DA 8A CC 0 25 6 F 136 34 46
Octal 332 212 314 0 45 6 17 466 64 106
Binary 11011010 10001010 11001100 0 100101 110 1111 100110110 110100 1000110

Color Harmonies of #DA8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8ACC

Black with #DA8ACC

Text Example


Text Example

White with #DA8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8ACC; }

 p { color: rgb(218,138,204); }

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

background-color css

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

 a { background-color: rgb(218,138,204); }

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

border-color css

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

 span { border-color: rgb(218,138,204); }

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