Html Css Color HEX #D76CDF Orchid

📋 copy color: '#D76CDF'

red 215 ◦ green 108 ◦ blue 223

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

Shades of Orchid #D76CDF

Tints of Orchid #D76CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.78%

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 39.38%
G = 19.78%
B = 40.84%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D76CDF (or 0xD76CDF) is known color: Orchid. HEX triplet: D7, 6C and DF. RGB value is (215,108,223). Sum of RGB (Red+Green+Blue) = 215+108+223=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #D76CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CDF is #289320. Grayscale: #989898. Windows color (decimal): -2659105 or 14642391. OLE color: 14642391.

HSL color Cylindrical-coordinate representation of color #D76CDF: hue angle of 295.83º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76CDF is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 108 223 -
CMYK 0.04 0.52 0 0.13
HSL 295.83º 0.64% 0.65% -
HSV(B) 295.83º 0.52% 0.87% -
XYZ 46.71 30.5 73.24 -
YUV 153.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 215 108 223 0.04 0.52 0 0.13 295.83 0.64 0.65
Hex D7 6C DF 4 34 0 D 128 40 41
Octal 327 154 337 4 64 0 15 450 100 101
Binary 11010111 1101100 11011111 100 110100 0 1101 100101000 1000000 1000001

Color Harmonies of #D76CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CDF

Black with #D76CDF

Text Example


Text Example

White with #D76CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CDF; }

 p { color: rgb(215,108,223); }

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

background-color css

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

 a { background-color: rgb(215,108,223); }

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

border-color css

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

 span { border-color: rgb(215,108,223); }

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