Html Css Color HEX #D663DF Orchid

📋 copy color: '#D663DF'

red 214 ◦ green 99 ◦ blue 223

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

Shades of Orchid #D663DF

Tints of Orchid #D663DF

RGB

 RED value IS 214 (83.98% from 255) = 39.93%

 GREEN value IS 99 (39.06% from 255) = 18.47%

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 39.93%
G = 18.47%
B = 41.6%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D663DF (or 0xD663DF) is known color: Orchid. HEX triplet: D6, 63 and DF. RGB value is (214,99,223). Sum of RGB (Red+Green+Blue) = 214+99+223=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #D663DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663DF is #299C20. Grayscale: #939393. Windows color (decimal): -2726945 or 14640086. OLE color: 14640086.

HSL color Cylindrical-coordinate representation of color #D663DF: hue angle of 295.65º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D663DF is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 99 223 -
CMYK 0.04 0.56 0 0.13
HSL 295.65º 0.66% 0.63% -
HSV(B) 295.65º 0.56% 0.87% -
XYZ 45.51 28.55 72.92 -
YUV 147.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 214 99 223 0.04 0.56 0 0.13 295.65 0.66 0.63
Hex D6 63 DF 4 38 0 D 128 42 3F
Octal 326 143 337 4 70 0 15 450 102 77
Binary 11010110 1100011 11011111 100 111000 0 1101 100101000 1000010 111111

Color Harmonies of #D663DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D663DF

Black with #D663DF

Text Example


Text Example

White with #D663DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D663DF; }

 p { color: rgb(214,99,223); }

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

background-color css

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

 a { background-color: rgb(214,99,223); }

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

border-color css

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

 span { border-color: rgb(214,99,223); }

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