Html Css Color HEX #D766E1 Orchid

📋 copy color: '#D766E1'

red 215 ◦ green 102 ◦ blue 225

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

Shades of Orchid #D766E1

Tints of Orchid #D766E1

RGB

 RED value IS 215 (84.38% from 255) = 39.67%

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

 BLUE value IS 225 (88.28% from 255) = 41.51%

R = 39.67%
G = 18.82%
B = 41.51%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D766E1 (or 0xD766E1) is known color: Orchid. HEX triplet: D7, 66 and E1. RGB value is (215,102,225). Sum of RGB (Red+Green+Blue) = 215+102+225=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #D766E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766E1 is #28991E. Grayscale: #959595. Windows color (decimal): -2660639 or 14771927. OLE color: 14771927.

HSL color Cylindrical-coordinate representation of color #D766E1: hue angle of 295.12º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D766E1 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 102 225 -
CMYK 0.04 0.55 0 0.12
HSL 295.12º 0.67% 0.64% -
HSV(B) 295.12º 0.55% 0.88% -
XYZ 46.37 29.39 74.46 -
YUV 149.81 170.44 174.5 -
System Red Green Blue C M Y K H S L
Decimal 215 102 225 0.04 0.55 0 0.12 295.12 0.67 0.64
Hex D7 66 E1 4 37 0 C 127 43 40
Octal 327 146 341 4 67 0 14 447 103 100
Binary 11010111 1100110 11100001 100 110111 0 1100 100100111 1000011 1000000

Color Harmonies of #D766E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D766E1

Black with #D766E1

Text Example


Text Example

White with #D766E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D766E1; }

 p { color: rgb(215,102,225); }

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

background-color css

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

 a { background-color: rgb(215,102,225); }

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

border-color css

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

 span { border-color: rgb(215,102,225); }

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