Html Css Color HEX #D571CB Orchid

📋 copy color: '#D571CB'

red 213 ◦ green 113 ◦ blue 203

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

Shades of Orchid #D571CB

Tints of Orchid #D571CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 40.26%
G = 21.36%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D571CB (or 0xD571CB) is known color: Orchid. HEX triplet: D5, 71 and CB. RGB value is (213,113,203). Sum of RGB (Red+Green+Blue) = 213+113+203=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D571CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571CB is #2A8E34. Grayscale: #989898. Windows color (decimal): -2788917 or 13332949. OLE color: 13332949.

HSL color Cylindrical-coordinate representation of color #D571CB: hue angle of 306º 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 #D571CB is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 113 203 -
CMYK 0 0.47 0.05 0.16
HSL 306º 0.54% 0.64% -
HSV(B) 306º 0.47% 0.84% -
XYZ 44.13 30.27 60.02 -
YUV 153.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 213 113 203 0 0.47 0.05 0.16 306 0.54 0.64
Hex D5 71 CB 0 2F 5 10 132 36 40
Octal 325 161 313 0 57 5 20 462 66 100
Binary 11010101 1110001 11001011 0 101111 101 10000 100110010 110110 1000000

Color Harmonies of #D571CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D571CB

Black with #D571CB

Text Example


Text Example

White with #D571CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D571CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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