Html Css Color HEX #D373CF Orchid

📋 copy color: '#D373CF'

red 211 ◦ green 115 ◦ blue 207

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

Shades of Orchid #D373CF

Tints of Orchid #D373CF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.58%

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

R = 39.59%
G = 21.58%
B = 38.84%

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

#D373CF (or 0xD373CF) is known color: Orchid. HEX triplet: D3, 73 and CF. RGB value is (211,115,207). Sum of RGB (Red+Green+Blue) = 211+115+207=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D373CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D373CF is #2C8C30. Grayscale: #999999. Windows color (decimal): -2919473 or 13595603. OLE color: 13595603.

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

Color convert

RGB 211 115 207 -
CMYK 0 0.45 0.02 0.17
HSL 302.5º 0.52% 0.64% -
HSV(B) 302.5º 0.45% 0.83% -
XYZ 44.26 30.62 62.61 -
YUV 154.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 211 115 207 0 0.45 0.02 0.17 302.5 0.52 0.64
Hex D3 73 CF 0 2D 2 11 12E 34 40
Octal 323 163 317 0 55 2 21 456 64 100
Binary 11010011 1110011 11001111 0 101101 10 10001 100101110 110100 1000000

Color Harmonies of #D373CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D373CF

Black with #D373CF

Text Example


Text Example

White with #D373CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D373CF; }

 p { color: rgb(211,115,207); }

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

background-color css

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

 a { background-color: rgb(211,115,207); }

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

border-color css

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

 span { border-color: rgb(211,115,207); }

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