Html Css Color HEX #D768DC Orchid

📋 copy color: '#D768DC'

red 215 ◦ green 104 ◦ blue 220

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

Shades of Orchid #D768DC

Tints of Orchid #D768DC

RGB

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

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

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

R = 39.89%
G = 19.29%
B = 40.82%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D768DC (or 0xD768DC) is known color: Orchid. HEX triplet: D7, 68 and DC. RGB value is (215,104,220). Sum of RGB (Red+Green+Blue) = 215+104+220=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #D768DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D768DC is #289723. Grayscale: #969696. Windows color (decimal): -2660132 or 14444759. OLE color: 14444759.

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

Color convert

RGB 215 104 220 -
CMYK 0.02 0.53 0 0.14
HSL 297.41º 0.62% 0.64% -
HSV(B) 297.41º 0.53% 0.86% -
XYZ 45.89 29.52 70.99 -
YUV 150.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 215 104 220 0.02 0.53 0 0.14 297.41 0.62 0.64
Hex D7 68 DC 2 35 0 E 129 3E 40
Octal 327 150 334 2 65 0 16 451 76 100
Binary 11010111 1101000 11011100 10 110101 0 1110 100101001 111110 1000000

Color Harmonies of #D768DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D768DC

Black with #D768DC

Text Example


Text Example

White with #D768DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D768DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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