Html Css Color HEX #D472CC Orchid

📋 copy color: '#D472CC'

red 212 ◦ green 114 ◦ blue 204

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

Shades of Orchid #D472CC

Tints of Orchid #D472CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 40%
G = 21.51%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D472CC (or 0xD472CC) is known color: Orchid. HEX triplet: D4, 72 and CC. RGB value is (212,114,204). Sum of RGB (Red+Green+Blue) = 212+114+204=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D472CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D472CC is #2B8D33. Grayscale: #999999. Windows color (decimal): -2854196 or 13398740. OLE color: 13398740.

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

Color convert

RGB 212 114 204 -
CMYK 0 0.46 0.04 0.17
HSL 304.9º 0.53% 0.64% -
HSV(B) 304.9º 0.46% 0.83% -
XYZ 44.07 30.39 60.67 -
YUV 153.56 156.47 169.68 -
System Red Green Blue C M Y K H S L
Decimal 212 114 204 0 0.46 0.04 0.17 304.9 0.53 0.64
Hex D4 72 CC 0 2E 4 11 131 35 40
Octal 324 162 314 0 56 4 21 461 65 100
Binary 11010100 1110010 11001100 0 101110 100 10001 100110001 110101 1000000

Color Harmonies of #D472CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D472CC

Black with #D472CC

Text Example


Text Example

White with #D472CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D472CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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