Html Css Color HEX #D766D5 Orchid

📋 copy color: '#D766D5'

red 215 ◦ green 102 ◦ blue 213

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

Shades of Orchid #D766D5

Tints of Orchid #D766D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.19%

R = 40.57%
G = 19.25%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D766D5 (or 0xD766D5) is known color: Orchid. HEX triplet: D7, 66 and D5. RGB value is (215,102,213). Sum of RGB (Red+Green+Blue) = 215+102+213=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D766D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766D5 is #28992A. Grayscale: #949494. Windows color (decimal): -2660651 or 13985495. OLE color: 13985495.

HSL color Cylindrical-coordinate representation of color #D766D5: hue angle of 301.06º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D766D5 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 102 213 -
CMYK 0 0.53 0.01 0.16
HSL 301.06º 0.59% 0.62% -
HSV(B) 301.06º 0.53% 0.84% -
XYZ 44.79 28.75 66.14 -
YUV 148.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 215 102 213 0 0.53 0.01 0.16 301.06 0.59 0.62
Hex D7 66 D5 0 35 1 10 12D 3B 3E
Octal 327 146 325 0 65 1 20 455 73 76
Binary 11010111 1100110 11010101 0 110101 1 10000 100101101 111011 111110

Color Harmonies of #D766D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D766D5

Black with #D766D5

Text Example


Text Example

White with #D766D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D766D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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