Html Css Color HEX #D374CC Orchid

📋 copy color: '#D374CC'

red 211 ◦ green 116 ◦ blue 204

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

Shades of Orchid #D374CC

Tints of Orchid #D374CC

RGB

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

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

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

R = 39.74%
G = 21.85%
B = 38.42%

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

#D374CC (or 0xD374CC) is known color: Orchid. HEX triplet: D3, 74 and CC. RGB value is (211,116,204). Sum of RGB (Red+Green+Blue) = 211+116+204=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D374CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D374CC is #2C8B33. Grayscale: #9A9A9A. Windows color (decimal): -2919220 or 13399251. OLE color: 13399251.

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

Color convert

RGB 211 116 204 -
CMYK 0 0.45 0.03 0.17
HSL 304.42º 0.52% 0.64% -
HSV(B) 304.42º 0.45% 0.83% -
XYZ 44.01 30.7 60.73 -
YUV 154.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 211 116 204 0 0.45 0.03 0.17 304.42 0.52 0.64
Hex D3 74 CC 0 2D 3 11 130 34 40
Octal 323 164 314 0 55 3 21 460 64 100
Binary 11010011 1110100 11001100 0 101101 11 10001 100110000 110100 1000000

Color Harmonies of #D374CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D374CC

Black with #D374CC

Text Example


Text Example

White with #D374CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D374CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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