Html Css Color HEX #D175CB Orchid

📋 copy color: '#D175CB'

red 209 ◦ green 117 ◦ blue 203

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

Shades of Orchid #D175CB

Tints of Orchid #D175CB

RGB

 RED value IS 209 (82.03% from 255) = 39.51%

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

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

R = 39.51%
G = 22.12%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D175CB (or 0xD175CB) is known color: Orchid. HEX triplet: D1, 75 and CB. RGB value is (209,117,203). Sum of RGB (Red+Green+Blue) = 209+117+203=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D175CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175CB is #2E8A34. Grayscale: #9A9A9A. Windows color (decimal): -3050037 or 13333969. OLE color: 13333969.

HSL color Cylindrical-coordinate representation of color #D175CB: hue angle of 303.91º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D175CB is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 117 203 -
CMYK 0 0.44 0.03 0.18
HSL 303.91º 0.5% 0.64% -
HSV(B) 303.91º 0.44% 0.82% -
XYZ 43.44 30.59 60.12 -
YUV 154.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 209 117 203 0 0.44 0.03 0.18 303.91 0.5 0.64
Hex D1 75 CB 0 2C 3 12 130 32 40
Octal 321 165 313 0 54 3 22 460 62 100
Binary 11010001 1110101 11001011 0 101100 11 10010 100110000 110010 1000000

Color Harmonies of #D175CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D175CB

Black with #D175CB

Text Example


Text Example

White with #D175CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D175CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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