Html Css Color HEX #D474CD Orchid

📋 copy color: '#D474CD'

red 212 ◦ green 116 ◦ blue 205

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

Shades of Orchid #D474CD

Tints of Orchid #D474CD

RGB

 RED value IS 212 (83.2% from 255) = 39.77%

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

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 39.77%
G = 21.76%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D474CD (or 0xD474CD) is known color: Orchid. HEX triplet: D4, 74 and CD. RGB value is (212,116,205). Sum of RGB (Red+Green+Blue) = 212+116+205=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D474CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D474CD is #2B8B32. Grayscale: #9A9A9A. Windows color (decimal): -2853683 or 13464788. OLE color: 13464788.

HSL color Cylindrical-coordinate representation of color #D474CD: hue angle of 304.38º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D474CD is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 116 205 -
CMYK 0 0.45 0.03 0.17
HSL 304.38º 0.53% 0.64% -
HSV(B) 304.38º 0.45% 0.83% -
XYZ 44.42 30.9 61.38 -
YUV 154.85 156.3 168.76 -
System Red Green Blue C M Y K H S L
Decimal 212 116 205 0 0.45 0.03 0.17 304.38 0.53 0.64
Hex D4 74 CD 0 2D 3 11 130 35 40
Octal 324 164 315 0 55 3 21 460 65 100
Binary 11010100 1110100 11001101 0 101101 11 10001 100110000 110101 1000000

Color Harmonies of #D474CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474CD

Black with #D474CD

Text Example


Text Example

White with #D474CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474CD; }

 p { color: rgb(212,116,205); }

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

background-color css

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

 a { background-color: rgb(212,116,205); }

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

border-color css

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

 span { border-color: rgb(212,116,205); }

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