Html Css Color HEX #D775CB Orchid

📋 copy color: '#D775CB'

red 215 ◦ green 117 ◦ blue 203

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

Shades of Orchid #D775CB

Tints of Orchid #D775CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.87%

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

R = 40.19%
G = 21.87%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D775CB (or 0xD775CB) is known color: Orchid. HEX triplet: D7, 75 and CB. RGB value is (215,117,203). Sum of RGB (Red+Green+Blue) = 215+117+203=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D775CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775CB is #288A34. Grayscale: #9B9B9B. Windows color (decimal): -2656821 or 13333975. OLE color: 13333975.

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

Color convert

RGB 215 117 203 -
CMYK 0 0.46 0.06 0.16
HSL 307.35º 0.55% 0.65% -
HSV(B) 307.35º 0.46% 0.84% -
XYZ 45.17 31.48 60.2 -
YUV 156.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 215 117 203 0 0.46 0.06 0.16 307.35 0.55 0.65
Hex D7 75 CB 0 2E 6 10 133 37 41
Octal 327 165 313 0 56 6 20 463 67 101
Binary 11010111 1110101 11001011 0 101110 110 10000 100110011 110111 1000001

Color Harmonies of #D775CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D775CB

Black with #D775CB

Text Example


Text Example

White with #D775CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D775CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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