Html Css Color HEX #D675D5 Orchid

📋 copy color: '#D675D5'

red 214 ◦ green 117 ◦ blue 213

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

Shades of Orchid #D675D5

Tints of Orchid #D675D5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.51%

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

R = 39.34%
G = 21.51%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D675D5 (or 0xD675D5) is known color: Orchid. HEX triplet: D6, 75 and D5. RGB value is (214,117,213). Sum of RGB (Red+Green+Blue) = 214+117+213=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D675D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675D5 is #298A2A. Grayscale: #9C9C9C. Windows color (decimal): -2722347 or 13989334. OLE color: 13989334.

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

Color convert

RGB 214 117 213 -
CMYK 0 0.45 0.00 0.16
HSL 300.62º 0.54% 0.65% -
HSV(B) 300.62º 0.45% 0.84% -
XYZ 46.1 31.82 66.66 -
YUV 156.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 214 117 213 0 0.45 0.00 0.16 300.62 0.54 0.65
Hex D6 75 D5 0 2D 0 10 12D 36 41
Octal 326 165 325 0 55 0 20 455 66 101
Binary 11010110 1110101 11010101 0 101101 0 10000 100101101 110110 1000001

Color Harmonies of #D675D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675D5

Black with #D675D5

Text Example


Text Example

White with #D675D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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