Html Css Color HEX #D665D5 Orchid

📋 copy color: '#D665D5'

red 214 ◦ green 101 ◦ blue 213

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

Shades of Orchid #D665D5

Tints of Orchid #D665D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.34%

R = 40.53%
G = 19.13%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D665D5 (or 0xD665D5) is known color: Orchid. HEX triplet: D6, 65 and D5. RGB value is (214,101,213). Sum of RGB (Red+Green+Blue) = 214+101+213=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D665D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665D5 is #299A2A. Grayscale: #939393. Windows color (decimal): -2726443 or 13985238. OLE color: 13985238.

HSL color Cylindrical-coordinate representation of color #D665D5: hue angle of 300.53º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D665D5 is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 101 213 -
CMYK 0 0.53 0.00 0.16
HSL 300.53º 0.58% 0.62% -
HSV(B) 300.53º 0.53% 0.84% -
XYZ 44.4 28.41 66.09 -
YUV 147.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 214 101 213 0 0.53 0.00 0.16 300.53 0.58 0.62
Hex D6 65 D5 0 35 0 10 12D 3A 3E
Octal 326 145 325 0 65 0 20 455 72 76
Binary 11010110 1100101 11010101 0 110101 0 10000 100101101 111010 111110

Color Harmonies of #D665D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D665D5

Black with #D665D5

Text Example


Text Example

White with #D665D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D665D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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