Html Css Color HEX #D362CD Orchid

📋 copy color: '#D362CD'

red 211 ◦ green 98 ◦ blue 205

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

Shades of Orchid #D362CD

Tints of Orchid #D362CD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.07%

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

R = 41.05%
G = 19.07%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D362CD (or 0xD362CD) is known color: Orchid. HEX triplet: D3, 62 and CD. RGB value is (211,98,205). Sum of RGB (Red+Green+Blue) = 211+98+205=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D362CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362CD is #2C9D32. Grayscale: #8F8F8F. Windows color (decimal): -2923827 or 13460179. OLE color: 13460179.

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

Color convert

RGB 211 98 205 -
CMYK 0 0.54 0.03 0.17
HSL 303.19º 0.56% 0.61% -
HSV(B) 303.19º 0.54% 0.83% -
XYZ 42.25 26.99 60.74 -
YUV 143.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 211 98 205 0 0.54 0.03 0.17 303.19 0.56 0.61
Hex D3 62 CD 0 36 3 11 12F 38 3D
Octal 323 142 315 0 66 3 21 457 70 75
Binary 11010011 1100010 11001101 0 110110 11 10001 100101111 111000 111101

Color Harmonies of #D362CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D362CD

Black with #D362CD

Text Example


Text Example

White with #D362CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D362CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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