Html Css Color HEX #D970CD Orchid

📋 copy color: '#D970CD'

red 217 ◦ green 112 ◦ blue 205

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

Shades of Orchid #D970CD

Tints of Orchid #D970CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.97%

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 40.64%
G = 20.97%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D970CD (or 0xD970CD) is known color: Orchid. HEX triplet: D9, 70 and CD. RGB value is (217,112,205). Sum of RGB (Red+Green+Blue) = 217+112+205=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D970CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970CD is #268F32. Grayscale: #999999. Windows color (decimal): -2527027 or 13463769. OLE color: 13463769.

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

Color convert

RGB 217 112 205 -
CMYK 0 0.48 0.06 0.15
HSL 306.86º 0.58% 0.65% -
HSV(B) 306.86º 0.48% 0.85% -
XYZ 45.43 30.75 61.3 -
YUV 154 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 217 112 205 0 0.48 0.06 0.15 306.86 0.58 0.65
Hex D9 70 CD 0 30 6 F 133 3A 41
Octal 331 160 315 0 60 6 17 463 72 101
Binary 11011001 1110000 11001101 0 110000 110 1111 100110011 111010 1000001

Color Harmonies of #D970CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970CD

Black with #D970CD

Text Example


Text Example

White with #D970CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970CD; }

 p { color: rgb(217,112,205); }

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

background-color css

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

 a { background-color: rgb(217,112,205); }

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

border-color css

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

 span { border-color: rgb(217,112,205); }

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