Html Css Color HEX #D766CC Orchid

📋 copy color: '#D766CC'

red 215 ◦ green 102 ◦ blue 204

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

Shades of Orchid #D766CC

Tints of Orchid #D766CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 41.27%
G = 19.58%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D766CC (or 0xD766CC) is known color: Orchid. HEX triplet: D7, 66 and CC. RGB value is (215,102,204). Sum of RGB (Red+Green+Blue) = 215+102+204=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D766CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766CC is #289933. Grayscale: #939393. Windows color (decimal): -2660660 or 13395671. OLE color: 13395671.

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

Color convert

RGB 215 102 204 -
CMYK 0 0.53 0.05 0.16
HSL 305.84º 0.59% 0.62% -
HSV(B) 305.84º 0.53% 0.84% -
XYZ 43.67 28.31 60.29 -
YUV 147.42 159.94 176.21 -
System Red Green Blue C M Y K H S L
Decimal 215 102 204 0 0.53 0.05 0.16 305.84 0.59 0.62
Hex D7 66 CC 0 35 5 10 132 3B 3E
Octal 327 146 314 0 65 5 20 462 73 76
Binary 11010111 1100110 11001100 0 110101 101 10000 100110010 111011 111110

Color Harmonies of #D766CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D766CC

Black with #D766CC

Text Example


Text Example

White with #D766CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D766CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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