Html Css Color HEX #D768DA Orchid

📋 copy color: '#D768DA'

red 215 ◦ green 104 ◦ blue 218

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

Shades of Orchid #D768DA

Tints of Orchid #D768DA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.37%

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

R = 40.04%
G = 19.37%
B = 40.6%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D768DA (or 0xD768DA) is known color: Orchid. HEX triplet: D7, 68 and DA. RGB value is (215,104,218). Sum of RGB (Red+Green+Blue) = 215+104+218=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #D768DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D768DA is #289725. Grayscale: #959595. Windows color (decimal): -2660134 or 14313687. OLE color: 14313687.

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

Color convert

RGB 215 104 218 -
CMYK 0.01 0.52 0 0.15
HSL 298.42º 0.61% 0.63% -
HSV(B) 298.42º 0.52% 0.85% -
XYZ 45.63 29.41 69.6 -
YUV 150.19 166.27 174.23 -
System Red Green Blue C M Y K H S L
Decimal 215 104 218 0.01 0.52 0 0.15 298.42 0.61 0.63
Hex D7 68 DA 1 34 0 F 12A 3D 3F
Octal 327 150 332 1 64 0 17 452 75 77
Binary 11010111 1101000 11011010 1 110100 0 1111 100101010 111101 111111

Color Harmonies of #D768DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D768DA

Black with #D768DA

Text Example


Text Example

White with #D768DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D768DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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