Html Css Color HEX #D675E5 Orchid

📋 copy color: '#D675E5'

red 214 ◦ green 117 ◦ blue 229

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

Shades of Orchid #D675E5

Tints of Orchid #D675E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.89%

R = 38.21%
G = 20.89%
B = 40.89%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D675E5 (or 0xD675E5) is known color: Orchid. HEX triplet: D6, 75 and E5. RGB value is (214,117,229). Sum of RGB (Red+Green+Blue) = 214+117+229=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #D675E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675E5 is #298A1A. Grayscale: #9E9E9E. Windows color (decimal): -2722331 or 15037910. OLE color: 15037910.

HSL color Cylindrical-coordinate representation of color #D675E5: hue angle of 291.96º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D675E5 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 117 229 -
CMYK 0.07 0.49 0 0.10
HSL 291.96º 0.68% 0.68% -
HSV(B) 291.96º 0.49% 0.9% -
XYZ 48.24 32.68 77.89 -
YUV 158.77 167.64 167.39 -
System Red Green Blue C M Y K H S L
Decimal 214 117 229 0.07 0.49 0 0.10 291.96 0.68 0.68
Hex D6 75 E5 7 31 0 A 124 44 44
Octal 326 165 345 7 61 0 12 444 104 104
Binary 11010110 1110101 11100101 111 110001 0 1010 100100100 1000100 1000100

Color Harmonies of #D675E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675E5

Black with #D675E5

Text Example


Text Example

White with #D675E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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