Html Css Color HEX #D782CB Orchid

📋 copy color: '#D782CB'

red 215 ◦ green 130 ◦ blue 203

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

Shades of Orchid #D782CB

Tints of Orchid #D782CB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.72%

 BLUE value IS 203 (79.69% from 255) = 37.04%

R = 39.23%
G = 23.72%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D782CB (or 0xD782CB) is known color: Orchid. HEX triplet: D7, 82 and CB. RGB value is (215,130,203). Sum of RGB (Red+Green+Blue) = 215+130+203=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D782CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782CB is #287D34. Grayscale: #A3A3A3. Windows color (decimal): -2653493 or 13337303. OLE color: 13337303.

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

Color convert

RGB 215 130 203 -
CMYK 0 0.40 0.06 0.16
HSL 308.47º 0.52% 0.68% -
HSV(B) 308.47º 0.4% 0.84% -
XYZ 46.79 34.72 60.74 -
YUV 163.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 215 130 203 0 0.40 0.06 0.16 308.47 0.52 0.68
Hex D7 82 CB 0 28 6 10 134 34 44
Octal 327 202 313 0 50 6 20 464 64 104
Binary 11010111 10000010 11001011 0 101000 110 10000 100110100 110100 1000100

Color Harmonies of #D782CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D782CB

Black with #D782CB

Text Example


Text Example

White with #D782CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D782CB; }

 p { color: rgb(215,130,203); }

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

background-color css

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

 a { background-color: rgb(215,130,203); }

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

border-color css

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

 span { border-color: rgb(215,130,203); }

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