Html Css Color HEX #D372CC Orchid

📋 copy color: '#D372CC'

red 211 ◦ green 114 ◦ blue 204

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

Shades of Orchid #D372CC

Tints of Orchid #D372CC

RGB

 RED value IS 211 (82.81% from 255) = 39.89%

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

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

R = 39.89%
G = 21.55%
B = 38.56%

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

#D372CC (or 0xD372CC) is known color: Orchid. HEX triplet: D3, 72 and CC. RGB value is (211,114,204). Sum of RGB (Red+Green+Blue) = 211+114+204=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D372CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D372CC is #2C8D33. Grayscale: #999999. Windows color (decimal): -2919732 or 13398739. OLE color: 13398739.

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

Color convert

RGB 211 114 204 -
CMYK 0 0.46 0.03 0.17
HSL 304.33º 0.52% 0.64% -
HSV(B) 304.33º 0.46% 0.83% -
XYZ 43.78 30.24 60.66 -
YUV 153.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 211 114 204 0 0.46 0.03 0.17 304.33 0.52 0.64
Hex D3 72 CC 0 2E 3 11 130 34 40
Octal 323 162 314 0 56 3 21 460 64 100
Binary 11010011 1110010 11001100 0 101110 11 10001 100110000 110100 1000000

Color Harmonies of #D372CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D372CC

Black with #D372CC

Text Example


Text Example

White with #D372CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D372CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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