Html Css Color HEX #D865C6 Orchid

📋 copy color: '#D865C6'

red 216 ◦ green 101 ◦ blue 198

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

Shades of Orchid #D865C6

Tints of Orchid #D865C6

RGB

 RED value IS 216 (84.77% from 255) = 41.94%

 GREEN value IS 101 (39.84% from 255) = 19.61%

 BLUE value IS 198 (77.73% from 255) = 38.45%

R = 41.94%
G = 19.61%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D865C6 (or 0xD865C6) is known color: Orchid. HEX triplet: D8, 65 and C6. RGB value is (216,101,198). Sum of RGB (Red+Green+Blue) = 216+101+198=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D865C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865C6 is #279A39. Grayscale: #929292. Windows color (decimal): -2595386 or 13002200. OLE color: 13002200.

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

Color convert

RGB 216 101 198 -
CMYK 0 0.53 0.08 0.15
HSL 309.39º 0.6% 0.62% -
HSV(B) 309.39º 0.53% 0.85% -
XYZ 43.17 27.98 56.55 -
YUV 146.44 157.1 177.61 -
System Red Green Blue C M Y K H S L
Decimal 216 101 198 0 0.53 0.08 0.15 309.39 0.6 0.62
Hex D8 65 C6 0 35 8 F 135 3C 3E
Octal 330 145 306 0 65 10 17 465 74 76
Binary 11011000 1100101 11000110 0 110101 1000 1111 100110101 111100 111110

Color Harmonies of #D865C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D865C6

Black with #D865C6

Text Example


Text Example

White with #D865C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D865C6; }

 p { color: rgb(216,101,198); }

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

background-color css

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

 a { background-color: rgb(216,101,198); }

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

border-color css

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

 span { border-color: rgb(216,101,198); }

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