Html Css Color HEX #D675E1 Orchid

📋 copy color: '#D675E1'

red 214 ◦ green 117 ◦ blue 225

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

Shades of Orchid #D675E1

Tints of Orchid #D675E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.47%

R = 38.49%
G = 21.04%
B = 40.47%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D675E1 (or 0xD675E1) is known color: Orchid. HEX triplet: D6, 75 and E1. RGB value is (214,117,225). Sum of RGB (Red+Green+Blue) = 214+117+225=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #D675E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675E1 is #298A1E. Grayscale: #9D9D9D. Windows color (decimal): -2722335 or 14775766. OLE color: 14775766.

HSL color Cylindrical-coordinate representation of color #D675E1: hue angle of 293.89º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D675E1 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 117 225 -
CMYK 0.05 0.48 0 0.12
HSL 293.89º 0.64% 0.67% -
HSV(B) 293.89º 0.48% 0.88% -
XYZ 47.68 32.45 74.99 -
YUV 158.32 165.64 167.72 -
System Red Green Blue C M Y K H S L
Decimal 214 117 225 0.05 0.48 0 0.12 293.89 0.64 0.67
Hex D6 75 E1 5 30 0 C 126 40 43
Octal 326 165 341 5 60 0 14 446 100 103
Binary 11010110 1110101 11100001 101 110000 0 1100 100100110 1000000 1000011

Color Harmonies of #D675E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675E1

Black with #D675E1

Text Example


Text Example

White with #D675E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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