Html Css Color HEX #D675E8 Orchid

📋 copy color: '#D675E8'

red 214 ◦ green 117 ◦ blue 232

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

Shades of Orchid #D675E8

Tints of Orchid #D675E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.21%

R = 38.01%
G = 20.78%
B = 41.21%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D675E8 (or 0xD675E8) is known color: Orchid. HEX triplet: D6, 75 and E8. RGB value is (214,117,232). Sum of RGB (Red+Green+Blue) = 214+117+232=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #D675E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D675E8 is #298A17. Grayscale: #9E9E9E. Windows color (decimal): -2722328 or 15234518. OLE color: 15234518.

HSL color Cylindrical-coordinate representation of color #D675E8: hue angle of 290.61º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D675E8 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 117 232 -
CMYK 0.08 0.50 0 0.09
HSL 290.61º 0.71% 0.68% -
HSV(B) 290.61º 0.5% 0.91% -
XYZ 48.66 32.84 80.12 -
YUV 159.11 169.14 167.15 -
System Red Green Blue C M Y K H S L
Decimal 214 117 232 0.08 0.50 0 0.09 290.61 0.71 0.68
Hex D6 75 E8 8 32 0 9 123 47 44
Octal 326 165 350 10 62 0 11 443 107 104
Binary 11010110 1110101 11101000 1000 110010 0 1001 100100011 1000111 1000100

Color Harmonies of #D675E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675E8

Black with #D675E8

Text Example


Text Example

White with #D675E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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