Html Css Color HEX #D574CB Orchid

📋 copy color: '#D574CB'

red 213 ◦ green 116 ◦ blue 203

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

Shades of Orchid #D574CB

Tints of Orchid #D574CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.8%

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

R = 40.04%
G = 21.8%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D574CB (or 0xD574CB) is known color: Orchid. HEX triplet: D5, 74 and CB. RGB value is (213,116,203). Sum of RGB (Red+Green+Blue) = 213+116+203=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D574CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574CB is #2A8B34. Grayscale: #9A9A9A. Windows color (decimal): -2788149 or 13333717. OLE color: 13333717.

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

Color convert

RGB 213 116 203 -
CMYK 0 0.46 0.05 0.16
HSL 306.19º 0.54% 0.65% -
HSV(B) 306.19º 0.46% 0.84% -
XYZ 44.47 30.95 60.13 -
YUV 154.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 213 116 203 0 0.46 0.05 0.16 306.19 0.54 0.65
Hex D5 74 CB 0 2E 5 10 132 36 41
Octal 325 164 313 0 56 5 20 462 66 101
Binary 11010101 1110100 11001011 0 101110 101 10000 100110010 110110 1000001

Color Harmonies of #D574CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574CB

Black with #D574CB

Text Example


Text Example

White with #D574CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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