Html Css Color HEX #D366CE Orchid

📋 copy color: '#D366CE'

red 211 ◦ green 102 ◦ blue 206

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

Shades of Orchid #D366CE

Tints of Orchid #D366CE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.65%

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

R = 40.66%
G = 19.65%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D366CE (or 0xD366CE) is known color: Orchid. HEX triplet: D3, 66 and CE. RGB value is (211,102,206). Sum of RGB (Red+Green+Blue) = 211+102+206=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D366CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D366CE is #2C9931. Grayscale: #929292. Windows color (decimal): -2922802 or 13526739. OLE color: 13526739.

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

Color convert

RGB 211 102 206 -
CMYK 0 0.52 0.02 0.17
HSL 302.75º 0.55% 0.61% -
HSV(B) 302.75º 0.52% 0.83% -
XYZ 42.76 27.81 61.51 -
YUV 146.45 161.61 174.04 -
System Red Green Blue C M Y K H S L
Decimal 211 102 206 0 0.52 0.02 0.17 302.75 0.55 0.61
Hex D3 66 CE 0 34 2 11 12F 37 3D
Octal 323 146 316 0 64 2 21 457 67 75
Binary 11010011 1100110 11001110 0 110100 10 10001 100101111 110111 111101

Color Harmonies of #D366CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D366CE

Black with #D366CE

Text Example


Text Example

White with #D366CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D366CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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