Html Css Color HEX #D368CE Orchid

📋 copy color: '#D368CE'

red 211 ◦ green 104 ◦ blue 206

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

Shades of Orchid #D368CE

Tints of Orchid #D368CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.96%

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

R = 40.5%
G = 19.96%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D368CE (or 0xD368CE) is known color: Orchid. HEX triplet: D3, 68 and CE. RGB value is (211,104,206). Sum of RGB (Red+Green+Blue) = 211+104+206=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D368CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D368CE is #2C9731. Grayscale: #939393. Windows color (decimal): -2922290 or 13527251. OLE color: 13527251.

HSL color Cylindrical-coordinate representation of color #D368CE: hue angle of 302.8º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D368CE is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 104 206 -
CMYK 0 0.51 0.02 0.17
HSL 302.8º 0.55% 0.62% -
HSV(B) 302.8º 0.51% 0.83% -
XYZ 42.95 28.21 61.57 -
YUV 147.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 211 104 206 0 0.51 0.02 0.17 302.8 0.55 0.62
Hex D3 68 CE 0 33 2 11 12F 37 3E
Octal 323 150 316 0 63 2 21 457 67 76
Binary 11010011 1101000 11001110 0 110011 10 10001 100101111 110111 111110

Color Harmonies of #D368CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368CE

Black with #D368CE

Text Example


Text Example

White with #D368CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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