Html Css Color HEX #D785CC Orchid

📋 copy color: '#D785CC'

red 215 ◦ green 133 ◦ blue 204

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

Shades of Orchid #D785CC

Tints of Orchid #D785CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.09%

 BLUE value IS 204 (80.08% from 255) = 36.96%

R = 38.95%
G = 24.09%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D785CC (or 0xD785CC) is known color: Orchid. HEX triplet: D7, 85 and CC. RGB value is (215,133,204). Sum of RGB (Red+Green+Blue) = 215+133+204=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D785CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785CC is #287A33. Grayscale: #A5A5A5. Windows color (decimal): -2652724 or 13403607. OLE color: 13403607.

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

Color convert

RGB 215 133 204 -
CMYK 0 0.38 0.05 0.16
HSL 308.05º 0.51% 0.68% -
HSV(B) 308.05º 0.38% 0.84% -
XYZ 47.31 35.58 61.5 -
YUV 165.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 215 133 204 0 0.38 0.05 0.16 308.05 0.51 0.68
Hex D7 85 CC 0 26 5 10 134 33 44
Octal 327 205 314 0 46 5 20 464 63 104
Binary 11010111 10000101 11001100 0 100110 101 10000 100110100 110011 1000100

Color Harmonies of #D785CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D785CC

Black with #D785CC

Text Example


Text Example

White with #D785CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D785CC; }

 p { color: rgb(215,133,204); }

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

background-color css

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

 a { background-color: rgb(215,133,204); }

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

border-color css

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

 span { border-color: rgb(215,133,204); }

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