Html Css Color HEX #D362CE Orchid

📋 copy color: '#D362CE'

red 211 ◦ green 98 ◦ blue 206

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

Shades of Orchid #D362CE

Tints of Orchid #D362CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 40.97%
G = 19.03%
B = 40%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D362CE (or 0xD362CE) is known color: Orchid. HEX triplet: D3, 62 and CE. RGB value is (211,98,206). Sum of RGB (Red+Green+Blue) = 211+98+206=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 211 - color contains mainly: red. Hex color #D362CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362CE is #2C9D31. Grayscale: #8F8F8F. Windows color (decimal): -2923826 or 13525715. OLE color: 13525715.

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

Color convert

RGB 211 98 206 -
CMYK 0 0.54 0.02 0.17
HSL 302.65º 0.56% 0.61% -
HSV(B) 302.65º 0.54% 0.83% -
XYZ 42.37 27.04 61.38 -
YUV 144.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 211 98 206 0 0.54 0.02 0.17 302.65 0.56 0.61
Hex D3 62 CE 0 36 2 11 12F 38 3D
Octal 323 142 316 0 66 2 21 457 70 75
Binary 11010011 1100010 11001110 0 110110 10 10001 100101111 111000 111101

Color Harmonies of #D362CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D362CE

Black with #D362CE

Text Example


Text Example

White with #D362CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D362CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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