Html Css Color HEX #D781CD Orchid

📋 copy color: '#D781CD'

red 215 ◦ green 129 ◦ blue 205

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

Shades of Orchid #D781CD

Tints of Orchid #D781CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.34%

R = 39.16%
G = 23.5%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D781CD (or 0xD781CD) is known color: Orchid. HEX triplet: D7, 81 and CD. RGB value is (215,129,205). Sum of RGB (Red+Green+Blue) = 215+129+205=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D781CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781CD is #287E32. Grayscale: #A3A3A3. Windows color (decimal): -2653747 or 13468119. OLE color: 13468119.

HSL color Cylindrical-coordinate representation of color #D781CD: hue angle of 306.98º 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 #D781CD is Cyan = 0, Magento = 0.4, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 129 205 -
CMYK 0 0.4 0.05 0.16
HSL 306.98º 0.52% 0.67% -
HSV(B) 306.98º 0.4% 0.84% -
XYZ 46.89 34.56 61.96 -
YUV 163.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 215 129 205 0 0.4 0.05 0.16 306.98 0.52 0.67
Hex D7 81 CD 0 28 5 10 133 34 43
Octal 327 201 315 0 50 5 20 463 64 103
Binary 11010111 10000001 11001101 0 101000 101 10000 100110011 110100 1000011

Color Harmonies of #D781CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D781CD

Black with #D781CD

Text Example


Text Example

White with #D781CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D781CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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