Html Css Color HEX #D675E6 Orchid

📋 copy color: '#D675E6'

red 214 ◦ green 117 ◦ blue 230

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

Shades of Orchid #D675E6

Tints of Orchid #D675E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41%

R = 38.15%
G = 20.86%
B = 41%

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

#D675E6 (or 0xD675E6) is known color: Orchid. HEX triplet: D6, 75 and E6. RGB value is (214,117,230). Sum of RGB (Red+Green+Blue) = 214+117+230=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #D675E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D675E6 is #298A19. Grayscale: #9E9E9E. Windows color (decimal): -2722330 or 15103446. OLE color: 15103446.

HSL color Cylindrical-coordinate representation of color #D675E6: hue angle of 291.5º degrees, saturation: 0.69, 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 #D675E6 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 117 230 -
CMYK 0.07 0.49 0 0.10
HSL 291.5º 0.69% 0.68% -
HSV(B) 291.5º 0.49% 0.9% -
XYZ 48.38 32.73 78.63 -
YUV 158.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 214 117 230 0.07 0.49 0 0.10 291.5 0.69 0.68
Hex D6 75 E6 7 31 0 A 124 45 44
Octal 326 165 346 7 61 0 12 444 105 104
Binary 11010110 1110101 11100110 111 110001 0 1010 100100100 1000101 1000100

Color Harmonies of #D675E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675E6

Black with #D675E6

Text Example


Text Example

White with #D675E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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