Html Css Color HEX #D672E7 Orchid

📋 copy color: '#D672E7'

red 214 ◦ green 114 ◦ blue 231

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

Shades of Orchid #D672E7

Tints of Orchid #D672E7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.39%

 BLUE value IS 231 (90.63% from 255) = 41.32%

R = 38.28%
G = 20.39%
B = 41.32%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D672E7 (or 0xD672E7) is known color: Orchid. HEX triplet: D6, 72 and E7. RGB value is (214,114,231). Sum of RGB (Red+Green+Blue) = 214+114+231=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 231 - color contains mainly: blue. Hex color #D672E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D672E7 is #298D18. Grayscale: #9C9C9C. Windows color (decimal): -2723097 or 15168214. OLE color: 15168214.

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

Color convert

RGB 214 114 231 -
CMYK 0.07 0.51 0 0.09
HSL 291.28º 0.71% 0.68% -
HSV(B) 291.28º 0.51% 0.91% -
XYZ 48.17 32.1 79.26 -
YUV 157.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 214 114 231 0.07 0.51 0 0.09 291.28 0.71 0.68
Hex D6 72 E7 7 33 0 9 123 47 44
Octal 326 162 347 7 63 0 11 443 107 104
Binary 11010110 1110010 11100111 111 110011 0 1001 100100011 1000111 1000100

Color Harmonies of #D672E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672E7

Black with #D672E7

Text Example


Text Example

White with #D672E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672E7; }

 p { color: rgb(214,114,231); }

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

background-color css

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

 a { background-color: rgb(214,114,231); }

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

border-color css

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

 span { border-color: rgb(214,114,231); }

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