Html Css Color HEX #D781CF Orchid

📋 copy color: '#D781CF'

red 215 ◦ green 129 ◦ blue 207

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

Shades of Orchid #D781CF

Tints of Orchid #D781CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.57%

R = 39.02%
G = 23.41%
B = 37.57%

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

#D781CF (or 0xD781CF) is known color: Orchid. HEX triplet: D7, 81 and CF. RGB value is (215,129,207). Sum of RGB (Red+Green+Blue) = 215+129+207=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D781CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781CF is #287E30. Grayscale: #A3A3A3. Windows color (decimal): -2653745 or 13599191. OLE color: 13599191.

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

Color convert

RGB 215 129 207 -
CMYK 0 0.4 0.04 0.16
HSL 305.58º 0.52% 0.67% -
HSV(B) 305.58º 0.4% 0.84% -
XYZ 47.14 34.65 63.24 -
YUV 163.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 215 129 207 0 0.4 0.04 0.16 305.58 0.52 0.67
Hex D7 81 CF 0 28 4 10 132 34 43
Octal 327 201 317 0 50 4 20 462 64 103
Binary 11010111 10000001 11001111 0 101000 100 10000 100110010 110100 1000011

Color Harmonies of #D781CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D781CF

Black with #D781CF

Text Example


Text Example

White with #D781CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D781CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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