Html Css Color HEX #D975CF Orchid

📋 copy color: '#D975CF'

red 217 ◦ green 117 ◦ blue 207

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

Shades of Orchid #D975CF

Tints of Orchid #D975CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 40.11%
G = 21.63%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D975CF (or 0xD975CF) is known color: Orchid. HEX triplet: D9, 75 and CF. RGB value is (217,117,207). Sum of RGB (Red+Green+Blue) = 217+117+207=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D975CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975CF is #268A30. Grayscale: #9C9C9C. Windows color (decimal): -2525745 or 13596121. OLE color: 13596121.

HSL color Cylindrical-coordinate representation of color #D975CF: hue angle of 306º 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 #D975CF is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 117 207 -
CMYK 0 0.46 0.05 0.15
HSL 306º 0.57% 0.65% -
HSV(B) 306º 0.46% 0.85% -
XYZ 46.24 31.98 62.77 -
YUV 157.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 217 117 207 0 0.46 0.05 0.15 306 0.57 0.65
Hex D9 75 CF 0 2E 5 F 132 39 41
Octal 331 165 317 0 56 5 17 462 71 101
Binary 11011001 1110101 11001111 0 101110 101 1111 100110010 111001 1000001

Color Harmonies of #D975CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975CF

Black with #D975CF

Text Example


Text Example

White with #D975CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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