Html Css Color HEX #D975C0 Orchid

📋 copy color: '#D975C0'

red 217 ◦ green 117 ◦ blue 192

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

Shades of Orchid #D975C0

Tints of Orchid #D975C0

RGB

 RED value IS 217 (85.16% from 255) = 41.25%

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

 BLUE value IS 192 (75.39% from 255) = 36.5%

R = 41.25%
G = 22.24%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D975C0 (or 0xD975C0) is known color: Orchid. HEX triplet: D9, 75 and C0. RGB value is (217,117,192). Sum of RGB (Red+Green+Blue) = 217+117+192=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D975C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975C0 is #268A3F. Grayscale: #9B9B9B. Windows color (decimal): -2525760 or 12613081. OLE color: 12613081.

HSL color Cylindrical-coordinate representation of color #D975C0: hue angle of 315º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D975C0 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 117 192 -
CMYK 0 0.46 0.12 0.15
HSL 315º 0.57% 0.65% -
HSV(B) 315º 0.46% 0.85% -
XYZ 44.49 31.28 53.56 -
YUV 155.45 148.63 171.9 -
System Red Green Blue C M Y K H S L
Decimal 217 117 192 0 0.46 0.12 0.15 315 0.57 0.65
Hex D9 75 C0 0 2E C F 13B 39 41
Octal 331 165 300 0 56 14 17 473 71 101
Binary 11011001 1110101 11000000 0 101110 1100 1111 100111011 111001 1000001

Color Harmonies of #D975C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975C0

Black with #D975C0

Text Example


Text Example

White with #D975C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975C0; }

 p { color: rgb(217,117,192); }

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

background-color css

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

 a { background-color: rgb(217,117,192); }

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

border-color css

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

 span { border-color: rgb(217,117,192); }

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