Html Css Color HEX #D364CE Orchid

📋 copy color: '#D364CE'

red 211 ◦ green 100 ◦ blue 206

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

Shades of Orchid #D364CE

Tints of Orchid #D364CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.34%

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

R = 40.81%
G = 19.34%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D364CE (or 0xD364CE) is known color: Orchid. HEX triplet: D3, 64 and CE. RGB value is (211,100,206). Sum of RGB (Red+Green+Blue) = 211+100+206=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D364CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D364CE is #2C9B31. Grayscale: #909090. Windows color (decimal): -2923314 or 13526227. OLE color: 13526227.

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

Color convert

RGB 211 100 206 -
CMYK 0 0.53 0.02 0.17
HSL 302.7º 0.56% 0.61% -
HSV(B) 302.7º 0.53% 0.83% -
XYZ 42.56 27.42 61.44 -
YUV 145.27 162.27 174.88 -
System Red Green Blue C M Y K H S L
Decimal 211 100 206 0 0.53 0.02 0.17 302.7 0.56 0.61
Hex D3 64 CE 0 35 2 11 12F 38 3D
Octal 323 144 316 0 65 2 21 457 70 75
Binary 11010011 1100100 11001110 0 110101 10 10001 100101111 111000 111101

Color Harmonies of #D364CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D364CE

Black with #D364CE

Text Example


Text Example

White with #D364CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D364CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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