Html Css Color HEX #D762DC Orchid

📋 copy color: '#D762DC'

red 215 ◦ green 98 ◦ blue 220

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

Shades of Orchid #D762DC

Tints of Orchid #D762DC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.39%

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 40.34%
G = 18.39%
B = 41.28%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D762DC (or 0xD762DC) is known color: Orchid. HEX triplet: D7, 62 and DC. RGB value is (215,98,220). Sum of RGB (Red+Green+Blue) = 215+98+220=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #D762DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762DC is #289D23. Grayscale: #929292. Windows color (decimal): -2661668 or 14443223. OLE color: 14443223.

HSL color Cylindrical-coordinate representation of color #D762DC: hue angle of 297.54º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D762DC is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 98 220 -
CMYK 0.02 0.55 0 0.14
HSL 297.54º 0.64% 0.62% -
HSV(B) 297.54º 0.55% 0.86% -
XYZ 45.31 28.35 70.79 -
YUV 146.89 169.26 176.58 -
System Red Green Blue C M Y K H S L
Decimal 215 98 220 0.02 0.55 0 0.14 297.54 0.64 0.62
Hex D7 62 DC 2 37 0 E 12A 40 3E
Octal 327 142 334 2 67 0 16 452 100 76
Binary 11010111 1100010 11011100 10 110111 0 1110 100101010 1000000 111110

Color Harmonies of #D762DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D762DC

Black with #D762DC

Text Example


Text Example

White with #D762DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D762DC; }

 p { color: rgb(215,98,220); }

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

background-color css

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

 a { background-color: rgb(215,98,220); }

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

border-color css

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

 span { border-color: rgb(215,98,220); }

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