Html Css Color HEX #D975CC Orchid

📋 copy color: '#D975CC'

red 217 ◦ green 117 ◦ blue 204

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

Shades of Orchid #D975CC

Tints of Orchid #D975CC

RGB

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

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

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

R = 40.33%
G = 21.75%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D975CC (or 0xD975CC) is known color: Orchid. HEX triplet: D9, 75 and CC. RGB value is (217,117,204). Sum of RGB (Red+Green+Blue) = 217+117+204=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D975CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975CC is #268A33. Grayscale: #9C9C9C. Windows color (decimal): -2525748 or 13399513. OLE color: 13399513.

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

Color convert

RGB 217 117 204 -
CMYK 0 0.46 0.06 0.15
HSL 307.8º 0.57% 0.65% -
HSV(B) 307.8º 0.46% 0.85% -
XYZ 45.88 31.83 60.85 -
YUV 156.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 217 117 204 0 0.46 0.06 0.15 307.8 0.57 0.65
Hex D9 75 CC 0 2E 6 F 134 39 41
Octal 331 165 314 0 56 6 17 464 71 101
Binary 11011001 1110101 11001100 0 101110 110 1111 100110100 111001 1000001

Color Harmonies of #D975CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975CC

Black with #D975CC

Text Example


Text Example

White with #D975CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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