Html Css Color HEX #D571CC Orchid

📋 copy color: '#D571CC'

red 213 ◦ green 113 ◦ blue 204

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

Shades of Orchid #D571CC

Tints of Orchid #D571CC

RGB

 RED value IS 213 (83.59% from 255) = 40.19%

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

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

R = 40.19%
G = 21.32%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D571CC (or 0xD571CC) is known color: Orchid. HEX triplet: D5, 71 and CC. RGB value is (213,113,204). Sum of RGB (Red+Green+Blue) = 213+113+204=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D571CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571CC is #2A8E33. Grayscale: #999999. Windows color (decimal): -2788916 or 13398485. OLE color: 13398485.

HSL color Cylindrical-coordinate representation of color #D571CC: hue angle of 305.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D571CC is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 113 204 -
CMYK 0 0.47 0.04 0.16
HSL 305.4º 0.54% 0.64% -
HSV(B) 305.4º 0.47% 0.84% -
XYZ 44.24 30.32 60.65 -
YUV 153.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 213 113 204 0 0.47 0.04 0.16 305.4 0.54 0.64
Hex D5 71 CC 0 2F 4 10 131 36 40
Octal 325 161 314 0 57 4 20 461 66 100
Binary 11010101 1110001 11001100 0 101111 100 10000 100110001 110110 1000000

Color Harmonies of #D571CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D571CC

Black with #D571CC

Text Example


Text Example

White with #D571CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D571CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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