Html Css Color HEX #D665D8 Orchid

📋 copy color: '#D665D8'

red 214 ◦ green 101 ◦ blue 216

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

Shades of Orchid #D665D8

Tints of Orchid #D665D8

RGB

 RED value IS 214 (83.98% from 255) = 40.3%

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

 BLUE value IS 216 (84.77% from 255) = 40.68%

R = 40.3%
G = 19.02%
B = 40.68%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D665D8 (or 0xD665D8) is known color: Orchid. HEX triplet: D6, 65 and D8. RGB value is (214,101,216). Sum of RGB (Red+Green+Blue) = 214+101+216=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #D665D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665D8 is #299A27. Grayscale: #939393. Windows color (decimal): -2726440 or 14181846. OLE color: 14181846.

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

Color convert

RGB 214 101 216 -
CMYK 0.01 0.53 0 0.15
HSL 298.96º 0.6% 0.62% -
HSV(B) 298.96º 0.53% 0.85% -
XYZ 44.78 28.56 68.12 -
YUV 147.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 214 101 216 0.01 0.53 0 0.15 298.96 0.6 0.62
Hex D6 65 D8 1 35 0 F 12B 3C 3E
Octal 326 145 330 1 65 0 17 453 74 76
Binary 11010110 1100101 11011000 1 110101 0 1111 100101011 111100 111110

Color Harmonies of #D665D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D665D8

Black with #D665D8

Text Example


Text Example

White with #D665D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D665D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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