Html Css Color HEX #D474CF Orchid

📋 copy color: '#D474CF'

red 212 ◦ green 116 ◦ blue 207

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

Shades of Orchid #D474CF

Tints of Orchid #D474CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.69%

R = 39.63%
G = 21.68%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D474CF (or 0xD474CF) is known color: Orchid. HEX triplet: D4, 74 and CF. RGB value is (212,116,207). Sum of RGB (Red+Green+Blue) = 212+116+207=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D474CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D474CF is #2B8B30. Grayscale: #9A9A9A. Windows color (decimal): -2853681 or 13595860. OLE color: 13595860.

HSL color Cylindrical-coordinate representation of color #D474CF: hue angle of 303.12º 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 #D474CF is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 116 207 -
CMYK 0 0.45 0.02 0.17
HSL 303.13º 0.53% 0.64% -
HSV(B) 303.13º 0.45% 0.83% -
XYZ 44.66 30.99 62.66 -
YUV 155.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 212 116 207 0 0.45 0.02 0.17 303.13 0.53 0.64
Hex D4 74 CF 0 2D 2 11 12F 35 40
Octal 324 164 317 0 55 2 21 457 65 100
Binary 11010100 1110100 11001111 0 101101 10 10001 100101111 110101 1000000

Color Harmonies of #D474CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474CF

Black with #D474CF

Text Example


Text Example

White with #D474CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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