Html Css Color HEX #D766C0 Orchid

📋 copy color: '#D766C0'

red 215 ◦ green 102 ◦ blue 192

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

Shades of Orchid #D766C0

Tints of Orchid #D766C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.72%

R = 42.24%
G = 20.04%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D766C0 (or 0xD766C0) is known color: Orchid. HEX triplet: D7, 66 and C0. RGB value is (215,102,192). Sum of RGB (Red+Green+Blue) = 215+102+192=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D766C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766C0 is #28993F. Grayscale: #919191. Windows color (decimal): -2660672 or 12609239. OLE color: 12609239.

HSL color Cylindrical-coordinate representation of color #D766C0: hue angle of 312.21º 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 #D766C0 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 102 192 -
CMYK 0 0.53 0.11 0.16
HSL 312.21º 0.59% 0.62% -
HSV(B) 312.21º 0.53% 0.84% -
XYZ 42.29 27.76 53 -
YUV 146.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 215 102 192 0 0.53 0.11 0.16 312.21 0.59 0.62
Hex D7 66 C0 0 35 B 10 138 3B 3E
Octal 327 146 300 0 65 13 20 470 73 76
Binary 11010111 1100110 11000000 0 110101 1011 10000 100111000 111011 111110

Color Harmonies of #D766C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D766C0

Black with #D766C0

Text Example


Text Example

White with #D766C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D766C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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