Html Css Color HEX #D781CE Orchid

📋 copy color: '#D781CE'

red 215 ◦ green 129 ◦ blue 206

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

Shades of Orchid #D781CE

Tints of Orchid #D781CE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.45%

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 39.09%
G = 23.45%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D781CE (or 0xD781CE) is known color: Orchid. HEX triplet: D7, 81 and CE. RGB value is (215,129,206). Sum of RGB (Red+Green+Blue) = 215+129+206=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D781CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781CE is #287E31. Grayscale: #A3A3A3. Windows color (decimal): -2653746 or 13533655. OLE color: 13533655.

HSL color Cylindrical-coordinate representation of color #D781CE: hue angle of 306.28º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D781CE is Cyan = 0, Magento = 0.4, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 129 206 -
CMYK 0 0.4 0.04 0.16
HSL 306.28º 0.52% 0.67% -
HSV(B) 306.28º 0.4% 0.84% -
XYZ 47.02 34.6 62.59 -
YUV 163.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 215 129 206 0 0.4 0.04 0.16 306.28 0.52 0.67
Hex D7 81 CE 0 28 4 10 132 34 43
Octal 327 201 316 0 50 4 20 462 64 103
Binary 11010111 10000001 11001110 0 101000 100 10000 100110010 110100 1000011

Color Harmonies of #D781CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D781CE

Black with #D781CE

Text Example


Text Example

White with #D781CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D781CE; }

 p { color: rgb(215,129,206); }

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

background-color css

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

 a { background-color: rgb(215,129,206); }

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

border-color css

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

 span { border-color: rgb(215,129,206); }

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