Html Css Color HEX #D766CF Orchid

📋 copy color: '#D766CF'

red 215 ◦ green 102 ◦ blue 207

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

Shades of Orchid #D766CF

Tints of Orchid #D766CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.5%

R = 41.03%
G = 19.47%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D766CF (or 0xD766CF) is known color: Orchid. HEX triplet: D7, 66 and CF. RGB value is (215,102,207). Sum of RGB (Red+Green+Blue) = 215+102+207=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D766CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766CF is #289930. Grayscale: #939393. Windows color (decimal): -2660657 or 13592279. OLE color: 13592279.

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

Color convert

RGB 215 102 207 -
CMYK 0 0.53 0.04 0.16
HSL 304.25º 0.59% 0.62% -
HSV(B) 304.25º 0.53% 0.84% -
XYZ 44.04 28.45 62.2 -
YUV 147.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 215 102 207 0 0.53 0.04 0.16 304.25 0.59 0.62
Hex D7 66 CF 0 35 4 10 130 3B 3E
Octal 327 146 317 0 65 4 20 460 73 76
Binary 11010111 1100110 11001111 0 110101 100 10000 100110000 111011 111110

Color Harmonies of #D766CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D766CF

Black with #D766CF

Text Example


Text Example

White with #D766CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D766CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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