Html Css Color HEX #D968C8 Orchid

📋 copy color: '#D968C8'

red 217 ◦ green 104 ◦ blue 200

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

Shades of Orchid #D968C8

Tints of Orchid #D968C8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.96%

 BLUE value IS 200 (78.52% from 255) = 38.39%

R = 41.65%
G = 19.96%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D968C8 (or 0xD968C8) is known color: Orchid. HEX triplet: D9, 68 and C8. RGB value is (217,104,200). Sum of RGB (Red+Green+Blue) = 217+104+200=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D968C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968C8 is #269737. Grayscale: #949494. Windows color (decimal): -2529080 or 13134041. OLE color: 13134041.

HSL color Cylindrical-coordinate representation of color #D968C8: hue angle of 309.03º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D968C8 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 104 200 -
CMYK 0 0.52 0.08 0.15
HSL 309.03º 0.6% 0.63% -
HSV(B) 309.03º 0.52% 0.85% -
XYZ 43.99 28.82 57.89 -
YUV 148.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 217 104 200 0 0.52 0.08 0.15 309.03 0.6 0.63
Hex D9 68 C8 0 34 8 F 135 3C 3F
Octal 331 150 310 0 64 10 17 465 74 77
Binary 11011001 1101000 11001000 0 110100 1000 1111 100110101 111100 111111

Color Harmonies of #D968C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968C8

Black with #D968C8

Text Example


Text Example

White with #D968C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968C8; }

 p { color: rgb(217,104,200); }

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

background-color css

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

 a { background-color: rgb(217,104,200); }

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

border-color css

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

 span { border-color: rgb(217,104,200); }

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