Html Css Color HEX #D784CB Orchid

📋 copy color: '#D784CB'

red 215 ◦ green 132 ◦ blue 203

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

Shades of Orchid #D784CB

Tints of Orchid #D784CB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24%

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

R = 39.09%
G = 24%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D784CB (or 0xD784CB) is known color: Orchid. HEX triplet: D7, 84 and CB. RGB value is (215,132,203). Sum of RGB (Red+Green+Blue) = 215+132+203=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D784CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784CB is #287B34. Grayscale: #A4A4A4. Windows color (decimal): -2652981 or 13337815. OLE color: 13337815.

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

Color convert

RGB 215 132 203 -
CMYK 0 0.39 0.06 0.16
HSL 308.67º 0.51% 0.68% -
HSV(B) 308.67º 0.39% 0.84% -
XYZ 47.06 35.26 60.83 -
YUV 164.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 215 132 203 0 0.39 0.06 0.16 308.67 0.51 0.68
Hex D7 84 CB 0 27 6 10 135 33 44
Octal 327 204 313 0 47 6 20 465 63 104
Binary 11010111 10000100 11001011 0 100111 110 10000 100110101 110011 1000100

Color Harmonies of #D784CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D784CB

Black with #D784CB

Text Example


Text Example

White with #D784CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D784CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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