Html Css Color HEX #DA71CC Orchid

📋 copy color: '#DA71CC'

red 218 ◦ green 113 ◦ blue 204

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

Shades of Orchid #DA71CC

Tints of Orchid #DA71CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.12%

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

R = 40.75%
G = 21.12%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA71CC (or 0xDA71CC) is known color: Orchid. HEX triplet: DA, 71 and CC. RGB value is (218,113,204). Sum of RGB (Red+Green+Blue) = 218+113+204=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71CC is #258E33. Grayscale: #9A9A9A. Windows color (decimal): -2461236 or 13398490. OLE color: 13398490.

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

Color convert

RGB 218 113 204 -
CMYK 0 0.48 0.06 0.15
HSL 308º 0.59% 0.65% -
HSV(B) 308º 0.48% 0.85% -
XYZ 45.72 31.08 60.72 -
YUV 154.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 218 113 204 0 0.48 0.06 0.15 308 0.59 0.65
Hex DA 71 CC 0 30 6 F 134 3B 41
Octal 332 161 314 0 60 6 17 464 73 101
Binary 11011010 1110001 11001100 0 110000 110 1111 100110100 111011 1000001

Color Harmonies of #DA71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71CC

Black with #DA71CC

Text Example


Text Example

White with #DA71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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