Html Css Color HEX #DA7FCD Orchid

📋 copy color: '#DA7FCD'

red 218 ◦ green 127 ◦ blue 205

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

Shades of Orchid #DA7FCD

Tints of Orchid #DA7FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 23.09%

 BLUE value IS 205 (80.47% from 255) = 37.27%

R = 39.64%
G = 23.09%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA7FCD (or 0xDA7FCD) is known color: Orchid. HEX triplet: DA, 7F and CD. RGB value is (218,127,205). Sum of RGB (Red+Green+Blue) = 218+127+205=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FCD is #258032. Grayscale: #A2A2A2. Windows color (decimal): -2457651 or 13467610. OLE color: 13467610.

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

Color convert

RGB 218 127 205 -
CMYK 0 0.42 0.06 0.15
HSL 308.57º 0.55% 0.68% -
HSV(B) 308.57º 0.42% 0.85% -
XYZ 47.52 34.49 61.91 -
YUV 163.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 218 127 205 0 0.42 0.06 0.15 308.57 0.55 0.68
Hex DA 7F CD 0 2A 6 F 135 37 44
Octal 332 177 315 0 52 6 17 465 67 104
Binary 11011010 1111111 11001101 0 101010 110 1111 100110101 110111 1000100

Color Harmonies of #DA7FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FCD

Black with #DA7FCD

Text Example


Text Example

White with #DA7FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FCD; }

 p { color: rgb(218,127,205); }

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

background-color css

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

 a { background-color: rgb(218,127,205); }

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

border-color css

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

 span { border-color: rgb(218,127,205); }

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