Html Css Color HEX #D574CA Orchid

📋 copy color: '#D574CA'

red 213 ◦ green 116 ◦ blue 202

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

Shades of Orchid #D574CA

Tints of Orchid #D574CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 40.11%
G = 21.85%
B = 38.04%

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

#D574CA (or 0xD574CA) is known color: Orchid. HEX triplet: D5, 74 and CA. RGB value is (213,116,202). Sum of RGB (Red+Green+Blue) = 213+116+202=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D574CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574CA is #2A8B35. Grayscale: #9A9A9A. Windows color (decimal): -2788150 or 13268181. OLE color: 13268181.

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

Color convert

RGB 213 116 202 -
CMYK 0 0.46 0.05 0.16
HSL 306.8º 0.54% 0.65% -
HSV(B) 306.8º 0.46% 0.84% -
XYZ 44.35 30.9 59.5 -
YUV 154.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 213 116 202 0 0.46 0.05 0.16 306.8 0.54 0.65
Hex D5 74 CA 0 2E 5 10 133 36 41
Octal 325 164 312 0 56 5 20 463 66 101
Binary 11010101 1110100 11001010 0 101110 101 10000 100110011 110110 1000001

Color Harmonies of #D574CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574CA

Black with #D574CA

Text Example


Text Example

White with #D574CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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