Html Css Color HEX #D472CD Orchid

📋 copy color: '#D472CD'

red 212 ◦ green 114 ◦ blue 205

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

Shades of Orchid #D472CD

Tints of Orchid #D472CD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.47%

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

R = 39.92%
G = 21.47%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D472CD (or 0xD472CD) is known color: Orchid. HEX triplet: D4, 72 and CD. RGB value is (212,114,205). Sum of RGB (Red+Green+Blue) = 212+114+205=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D472CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D472CD is #2B8D32. Grayscale: #999999. Windows color (decimal): -2854195 or 13464276. OLE color: 13464276.

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

Color convert

RGB 212 114 205 -
CMYK 0 0.46 0.03 0.17
HSL 304.29º 0.53% 0.64% -
HSV(B) 304.29º 0.46% 0.83% -
XYZ 44.19 30.44 61.3 -
YUV 153.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 212 114 205 0 0.46 0.03 0.17 304.29 0.53 0.64
Hex D4 72 CD 0 2E 3 11 130 35 40
Octal 324 162 315 0 56 3 21 460 65 100
Binary 11010100 1110010 11001101 0 101110 11 10001 100110000 110101 1000000

Color Harmonies of #D472CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D472CD

Black with #D472CD

Text Example


Text Example

White with #D472CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D472CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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