Html Css Color HEX #D762DA Orchid

📋 copy color: '#D762DA'

red 215 ◦ green 98 ◦ blue 218

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

Shades of Orchid #D762DA

Tints of Orchid #D762DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 40.49%
G = 18.46%
B = 41.05%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D762DA (or 0xD762DA) is known color: Orchid. HEX triplet: D7, 62 and DA. RGB value is (215,98,218). Sum of RGB (Red+Green+Blue) = 215+98+218=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #D762DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762DA is #289D25. Grayscale: #929292. Windows color (decimal): -2661670 or 14312151. OLE color: 14312151.

HSL color Cylindrical-coordinate representation of color #D762DA: hue angle of 298.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D762DA is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 98 218 -
CMYK 0.01 0.55 0 0.15
HSL 298.5º 0.62% 0.62% -
HSV(B) 298.5º 0.55% 0.85% -
XYZ 45.05 28.24 69.41 -
YUV 146.66 168.26 176.74 -
System Red Green Blue C M Y K H S L
Decimal 215 98 218 0.01 0.55 0 0.15 298.5 0.62 0.62
Hex D7 62 DA 1 37 0 F 12A 3E 3E
Octal 327 142 332 1 67 0 17 452 76 76
Binary 11010111 1100010 11011010 1 110111 0 1111 100101010 111110 111110

Color Harmonies of #D762DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D762DA

Black with #D762DA

Text Example


Text Example

White with #D762DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D762DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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