Html Css Color HEX #D975CA Orchid

📋 copy color: '#D975CA'

red 217 ◦ green 117 ◦ blue 202

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

Shades of Orchid #D975CA

Tints of Orchid #D975CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.69%

R = 40.49%
G = 21.83%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D975CA (or 0xD975CA) is known color: Orchid. HEX triplet: D9, 75 and CA. RGB value is (217,117,202). Sum of RGB (Red+Green+Blue) = 217+117+202=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D975CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975CA is #268A35. Grayscale: #9C9C9C. Windows color (decimal): -2525750 or 13268441. OLE color: 13268441.

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

Color convert

RGB 217 117 202 -
CMYK 0 0.46 0.07 0.15
HSL 309º 0.57% 0.65% -
HSV(B) 309º 0.46% 0.85% -
XYZ 45.64 31.74 59.6 -
YUV 156.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 217 117 202 0 0.46 0.07 0.15 309 0.57 0.65
Hex D9 75 CA 0 2E 7 F 135 39 41
Octal 331 165 312 0 56 7 17 465 71 101
Binary 11011001 1110101 11001010 0 101110 111 1111 100110101 111001 1000001

Color Harmonies of #D975CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975CA

Black with #D975CA

Text Example


Text Example

White with #D975CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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