Html Css Color HEX #D370CD Orchid

📋 copy color: '#D370CD'

red 211 ◦ green 112 ◦ blue 205

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

Shades of Orchid #D370CD

Tints of Orchid #D370CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.21%

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

R = 39.96%
G = 21.21%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D370CD (or 0xD370CD) is known color: Orchid. HEX triplet: D3, 70 and CD. RGB value is (211,112,205). Sum of RGB (Red+Green+Blue) = 211+112+205=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D370CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D370CD is #2C8F32. Grayscale: #979797. Windows color (decimal): -2920243 or 13463763. OLE color: 13463763.

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

Color convert

RGB 211 112 205 -
CMYK 0 0.47 0.03 0.17
HSL 303.64º 0.53% 0.63% -
HSV(B) 303.64º 0.47% 0.83% -
XYZ 43.68 29.85 61.22 -
YUV 152.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 211 112 205 0 0.47 0.03 0.17 303.64 0.53 0.63
Hex D3 70 CD 0 2F 3 11 130 35 3F
Octal 323 160 315 0 57 3 21 460 65 77
Binary 11010011 1110000 11001101 0 101111 11 10001 100110000 110101 111111

Color Harmonies of #D370CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D370CD

Black with #D370CD

Text Example


Text Example

White with #D370CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D370CD; }

 p { color: rgb(211,112,205); }

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

background-color css

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

 a { background-color: rgb(211,112,205); }

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

border-color css

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

 span { border-color: rgb(211,112,205); }

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