Html Css Color HEX #D367CE Orchid

📋 copy color: '#D367CE'

red 211 ◦ green 103 ◦ blue 206

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

Shades of Orchid #D367CE

Tints of Orchid #D367CE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.81%

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

R = 40.58%
G = 19.81%
B = 39.62%

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

#D367CE (or 0xD367CE) is known color: Orchid. HEX triplet: D3, 67 and CE. RGB value is (211,103,206). Sum of RGB (Red+Green+Blue) = 211+103+206=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D367CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D367CE is #2C9831. Grayscale: #929292. Windows color (decimal): -2922546 or 13526995. OLE color: 13526995.

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

Color convert

RGB 211 103 206 -
CMYK 0 0.51 0.02 0.17
HSL 302.78º 0.55% 0.62% -
HSV(B) 302.78º 0.51% 0.83% -
XYZ 42.85 28.01 61.54 -
YUV 147.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 211 103 206 0 0.51 0.02 0.17 302.78 0.55 0.62
Hex D3 67 CE 0 33 2 11 12F 37 3E
Octal 323 147 316 0 63 2 21 457 67 76
Binary 11010011 1100111 11001110 0 110011 10 10001 100101111 110111 111110

Color Harmonies of #D367CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D367CE

Black with #D367CE

Text Example


Text Example

White with #D367CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D367CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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